-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update
pre-commit
configuration inc. for pre-commit.ci [skip ci]
* Automated using myii/ssf-formula#450
- Loading branch information
Showing
4 changed files
with
13 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
--- | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
ci: | ||
autofix_commit_msg: | | ||
ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks | ||
For more information, see https://pre-commit.ci | ||
autofix_prs: true | ||
autoupdate_branch: '' | ||
autoupdate_commit_msg: | | ||
ci(pre-commit.ci): perform `pre-commit` autoupdate | ||
autoupdate_schedule: quarterly | ||
skip: [] | ||
submodules: false | ||
default_stages: [commit] | ||
repos: | ||
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook | ||
|
@@ -18,7 +30,7 @@ repos: | |
additional_dependencies: ['@commitlint/[email protected]'] | ||
always_run: true | ||
- repo: https://github.com/rubocop-hq/rubocop | ||
rev: v1.25.1 | ||
rev: v1.30.1 | ||
hooks: | ||
- id: rubocop | ||
name: Check Ruby files with rubocop | ||
|
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