Skip to content

Commit

Permalink
Increase pylint file limit from 50 to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jul 29, 2024
1 parent 9072764 commit a47b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-image/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def compare_lint():
tolint = [ f for f in changed_files if f.endswith(".py") ]
print("Changed files: %s" % (tolint,))

if len(tolint) > 50:
if len(tolint) > 150:
print("")
print("...You know what, I trust you")
return True
Expand Down

0 comments on commit a47b373

Please sign in to comment.