Skip to content

Commit

Permalink
Move .pylintrc to top level (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Apr 26, 2024
1 parent ed15919 commit bfc5715
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion ci_lint_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

folder_path = sys.argv[1]
threshold = float(sys.argv[2])
args = "--rcfile=./third_party/styleguide/.pylintrc"
args = "--rcfile=.pylintrc"

cmd = "pylint " + folder_path + " " + args

Expand Down
5 changes: 0 additions & 5 deletions third_party/styleguide/README.md

This file was deleted.

0 comments on commit bfc5715

Please sign in to comment.