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
Removed unnecessary comment
  • Loading branch information
YashJipkate committed Apr 6, 2019
commit bea64b01d75409adf5166d49f8d23fd50486e74f
2 changes: 0 additions & 2 deletions scripts/pre_commit_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2200,8 +2200,6 @@ def _check_codeowner_file(self):
for index, bool_value in enumerate(
important_path_match_bool_list):
if not bool_value:
# Adding a '/' before the path since the CODEOWNERS
# syntax has files/folders starting from a '/'.
print ('%s --> Please ensure that pattern \'%s\' is'
YashJipkate marked this conversation as resolved.
Show resolved Hide resolved
' the end since it is an important rule.'
% (
Expand Down