-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RE-53 Add lint check to validate job name length
We've run into situations where long job names cause python scripts in virtualenvs to fail. This is due to a kernel limitation that imposes the max number of characters that can exist in an interpreter line in a script. This commit adds a new check that scans all job name lengths and then errors if any exceeds 77 chars.
- Loading branch information
Showing
1 changed file
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters