-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
questionAsking for support or clarificationAsking for support or clarification
Description
Hello,
Steps to reproduce:
- Have file
main.py - On the first line:
#!/usr/bin/env python3 - Run ruff locally on windows
- Run ruff on Linux in GitLab CI runner
Current behavior:
- Locally on windows no finding/error occurs
- On GitLab Runner (Linux) the following error shows up:
main.py:1:1: EXE001 Shebang is present but file is not executable
Expected behavior:
- Same result on local (windows) as well as on GitLab CI (Linux)
Is my understanding correct, or is this the intended behavior? Much thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionAsking for support or clarificationAsking for support or clarification