-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gitlab-ci): add
rubocop
linter (with allow_failure
)
Use a separate job for `rubocop` other than the one potentially run by `pre-commit` - The `pre-commit` check will only be available for formulas that pass the default `rubocop` check -- and must continue to do so - This job is allowed to fail, so can be used for all formulas - Furthermore, this job uses all of the latest `rubocop` features & cops, which will help when upgrading the `rubocop` linter used in `pre-commit`
- Loading branch information
Showing
3 changed files
with
30 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
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
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