Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Lint sources
on:
push:
pull_request:
branches: [main, develop]
branches: [main, develop, release_*]

jobs:
lint:
Expand Down
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ repos:
- id: check-yaml
- id: double-quote-string-fixer
- id: check-shebang-scripts-are-executable
exclude: tools/docker/docker.sh
- id: check-executables-have-shebangs
- id: detect-private-key
- repo: 'https://github.com/jumanjihouse/pre-commit-hooks'
rev: 3.0.0
hooks:
- id: shellcheck
exclude: tools/docker/docker.sh
- id: script-must-have-extension
- id: git-dirty
- id: git-check
- repo: 'https://github.com/koalaman/shellcheck-precommit'
rev: v0.7.2
hooks:
- id: shellcheck
- repo: local # check java files format use a customized script
hooks:
- id: checkstyle
Expand Down
291 changes: 0 additions & 291 deletions tools/docker/docker.sh

This file was deleted.

Loading