We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f99ed commit fafeab9Copy full SHA for fafeab9
dev-tools/check_file_permissions.sh
@@ -5,7 +5,7 @@ files_with_wrong_permissions=$(
5
git ls-files --stage . \
6
':!*.sh' \
7
':!php-cs-fixer' \
8
- | grep -P "100\d\d(1|3|5|7) " \
+ | grep -P "^100\d\d(1|3|5|7) " \
9
| sort -fh
10
)
11
0 commit comments