Skip to content

Commit 53afb26

Browse files
authored
merge main to develop (#20)
1 parent 9cb4772 commit 53afb26

File tree

3 files changed

+5
-295
lines changed

3 files changed

+5
-295
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: Lint sources
44
on:
55
push:
66
pull_request:
7-
branches: [main, develop]
7+
branches: [main, develop, release_*]
88

99
jobs:
1010
lint:

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ repos:
88
- id: check-yaml
99
- id: double-quote-string-fixer
1010
- id: check-shebang-scripts-are-executable
11-
exclude: tools/docker/docker.sh
1211
- id: check-executables-have-shebangs
1312
- id: detect-private-key
1413
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
1514
rev: 3.0.0
1615
hooks:
17-
- id: shellcheck
18-
exclude: tools/docker/docker.sh
1916
- id: script-must-have-extension
2017
- id: git-dirty
2118
- id: git-check
19+
- repo: 'https://github.com/koalaman/shellcheck-precommit'
20+
rev: v0.7.2
21+
hooks:
22+
- id: shellcheck
2223
- repo: local # check java files format use a customized script
2324
hooks:
2425
- id: checkstyle

tools/docker/docker.sh

Lines changed: 0 additions & 291 deletions
This file was deleted.

0 commit comments

Comments
 (0)