Skip to content

Commit

Permalink
Don't check permissions on auto-generated files
Browse files Browse the repository at this point in the history
Change-Id: I54ca41d6376ba6496f2263d6257021bc0751c0f2
  • Loading branch information
TimotheusBachinger committed Jan 24, 2025
1 parent b899ceb commit 001c572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_quality/file_content/test_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def is_not_executable(path: Path) -> bool:
"agents/plugins/*",
is_executable,
["BUILD", "README", "Makefile", "__init__.py"],
["*.checksum", "*.pyc"],
["*.checksum", "*.pyc", "*_2.py"],
),
("checks/*", is_not_executable, [], []),
("cmk/plugins/*/manpages/*", is_not_executable, [], []),
Expand Down

0 comments on commit 001c572

Please sign in to comment.