Files
codechecker-analysis-action/test/report-converter/testpylint.py

5 lines
119 B
Python
Raw Normal View History

class ReturnInInitE0101:
def __init__(self, value):
# Should trigger "return-in-init"
return value