Skip to content

Enable linter execution checks - #1207

Open
mxsrc wants to merge 1 commit into
mainfrom
linter-execution-checks
Open

Enable linter execution checks#1207
mxsrc wants to merge 1 commit into
mainfrom
linter-execution-checks

Conversation

@mxsrc

@mxsrc mxsrc commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

This removes the exception for the following linter rules and fixes violations:

  • EXE001: Script has shebang but is not executable
  • EXE002: Script is executable but misses shebang
  • EXE004: Whitespace before shebang
  • EXE005: Shebang not on first line

All of these would prevent direct execution as a script, so the fix was to consistently remove the shebang, and to executable flags.

@mxsrc
mxsrc force-pushed the linter-execution-checks branch from 2108552 to da9b75c Compare August 1, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant