diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23fb352..8707a91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,14 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace + - id: check-case-conflict + - id: check-merge-conflict + - id: check-executables-have-shebangs + args: + - --autofix - repo: https://github.com/gherynos/pre-commit-java rev: v0.5.4 hooks: - id: pmd - exclude: /test/ - id: cpd - exclude: /test/ - id: checkstyle - exclude: /test/ \ No newline at end of file