-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependency and Include pre-commit (#293)
* update dependency and include pre-commit * update version - bump for 2.1.27
- Loading branch information
1 parent
4410bc7
commit 8f0f0e1
Showing
5 changed files
with
46 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
repos: | ||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks | ||
rev: v2.2.0 | ||
# Websec hook is MANDATORY, DO NOT comment it. | ||
- repo: https://github.com/melisource/fury_websec-git-hooks | ||
rev: v1.1.0 | ||
hooks: | ||
- id: pretty-format-java | ||
args: [ --autofix ] | ||
- repo: https://github.com/gherynos/pre-commit-java | ||
rev: v0.1.0 | ||
- id: pre_commit_hook | ||
stages: [commit] | ||
- id: post_commit_hook | ||
stages: [post-commit] | ||
|
||
# Datasec hook is MANDATORY, DO NOT comment it. | ||
- repo: https://github.com/melisource/fury_datasec-git-hooks | ||
rev: 1.0.3 | ||
hooks: | ||
- id: checkstyle | ||
args: | ||
- -c | ||
- .code_quality/checkstyle_rules.xml | ||
- id: pre_commit_hook | ||
stages: [commit] | ||
verbose: true |
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
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