Bug 1651731: [lint] Python and shell files without #! should not be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,agi,sylvestre,sparky

Differential Revision: https://phabricator.services.mozilla.com/D82954
This commit is contained in:
Tom Prince 2020-07-09 20:29:18 +00:00
parent 2c52622b85
commit 204d796929
37 changed files with 2 additions and 0 deletions

0
browser/locales/filter.py Executable file → Normal file
View File

0
config/nsinstall.py Executable file → Normal file
View File

0
dom/media/test/bipbop-cenc.sh Executable file → Normal file
View File

0
gfx/layers/d3d11/genshaders.py Executable file → Normal file
View File

0
ipc/ipdl/ipdl.py Executable file → Normal file
View File

0
media/audioipc/update.sh Executable file → Normal file
View File

0
mobile/android/mach_commands.py Executable file → Normal file
View File

0
python/mozbuild/mozbuild/mozinfo.py Executable file → Normal file
View File

View File

0
taskcluster/docker/wgpu/system-setup.sh Executable file → Normal file
View File

0
taskcluster/taskgraph/test/test_util_templates.py Executable file → Normal file
View File

0
taskcluster/taskgraph/test/test_util_time.py Executable file → Normal file
View File

View File

View File

0
testing/mozbase/mozinstall/mozinstall/mozinstall.py Executable file → Normal file
View File

0
testing/mozharness/mozharness/base/script.py Executable file → Normal file
View File

0
testing/talos/talos/output.py Executable file → Normal file
View File

0
testing/talos/talos/utils.py Executable file → Normal file
View File

View File

View File

View File

View File

@ -37,6 +37,8 @@ maybe-shebang-file-perm:
allow-shebang: true
extensions:
- .js
- .py
- .sh
support-files:
- 'tools/lint/file-perm/**'
type: external

0
tools/update-packaging/make_incremental_updates.py Executable file → Normal file
View File

0
tools/update-verify/release/common/check_updates.sh Executable file → Normal file
View File

0
tools/update-verify/release/common/download_builds.sh Executable file → Normal file
View File

0
tools/update-verify/release/common/download_mars.sh Executable file → Normal file
View File

0
tools/update-verify/release/replace-updater-certs.py Executable file → Normal file
View File