Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #6449: Added check for CODEOWNERS to ensure that the most important rules are at the end. #6560

Merged
merged 16 commits into from
Jun 13, 2019
Merged
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
YashJipkate committed Jun 12, 2019
commit 7e2ad7c07adf683adf52869f224ca1cecbb7a2f6
2 changes: 1 addition & 1 deletion scripts/pre_commit_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ def check_for_important_rules_at_bottom_of_codeowners(
'from the \'CODEOWNER_IMPORTANT_PATHS\' list in '
'scripts/pre_commit_linter.py if it is no longer an '
'important rule.' % (CODEOWNER_FILEPATH, rule))
failed = True
failed = True
return failed

def _check_codeowner_file(self):
Expand Down