Skip to content

Commit

Permalink
updated check_shebang_non_executable.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 14, 2023
1 parent 28acf35 commit b437ce8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions checks/check_shebang_non_executable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ env$
\.env
\.envrc
shrc$
.login$
.logout$
\..*login$
\..*logout$
\.bak
\.pm$
'
exceptions_regex=""
for exception in $exceptions; do
Expand Down

0 comments on commit b437ce8

Please # to comment.