Skip to content

Commit

Permalink
Ignore CHANGELOG.md for file name style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 19, 2024
1 parent 0e2c13d commit 05564d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/scripts/check-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def _check_file_format(self, file):
"README.md", "LICENSE.md", ".clang-format", ".clang-tidy",
".cmake-format.json", ".editorconfig", ".gitattributes",
".gitignore", "gradlew", "gradlew.bat", "setup.cfg",
"WPEServices.java.template", "__init__.py"]:
"WPEServices.java.template", "__init__.py",
"CHANGELOG.md"]:
return True

top_level_path = file
Expand Down

0 comments on commit 05564d9

Please sign in to comment.