Skip to content

Commit

Permalink
chore: delete unused file (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny6889 authored Jan 24, 2025
1 parent afc4919 commit fcd5c99
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 294 deletions.
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
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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'
Expand All @@ -21,7 +20,6 @@ repos:
rev: v0.7.2
hooks:
- id: shellcheck
exclude: tools/docker/docker.sh
- 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.

0 comments on commit fcd5c99

Please sign in to comment.