X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=7141eeda74e402f6da0129153a6e272935b32609;hb=c8b9acd166fcbd88139a65f7721e522980a0e013;hp=d570d8c5b62e7684f823380e90e5a18106bcdc0f;hpb=d7b52464758e6351d79a00c003abfc978d0717ba;p=releng%2Fglobal-jjb.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d570d8c5..7141eeda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,20 +16,14 @@ repos: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.1 + rev: 2.1.5 hooks: - id: shellcheck - - repo: local + - repo: https://github.com/btford/write-good + rev: v1.0.4 hooks: - # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged. - id: write-good - name: write-good - description: Check docs for English prose with write-good - entry: write-good - language: node - files: "\\.(rst|md|markdown|mdown|mkdn)$" - additional_dependencies: ["write-good"] exclude: > (?x)^( docs/jjb/lf-c-cpp-jobs.rst| @@ -38,7 +32,9 @@ repos: docs/jjb/lf-python-jobs.rst )$ - # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged. + - repo: https://github.com/btford/write-good + rev: v1.0.4 + hooks: # Files listed below break the following write-good rules: # - adverb weakens meaning # - is wordy or unneeded @@ -48,14 +44,13 @@ repos: # In an ideal world write-good would give us an override for each individual instance of a # violation but until then this gives us a close enough approach. - id: write-good - name: write-good --no-adverb --no-tooWordy - description: Check docs for English prose with write-good - entry: write-good --no-adverb --no-tooWordy - language: node + name: "write-good --no-adverb --no-tooWordy" + args: ["--no-adverb", "--no-tooWordy"] files: docs/jjb/lf-ci-jobs.rst - additional_dependencies: ["write-good"] - # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged. + - repo: https://github.com/btford/write-good + rev: v1.0.4 + hooks: # Files listed below break the following write-good rules: # - is wordy or unneeded # @@ -64,14 +59,11 @@ repos: # In an ideal world write-good would give us an override for each individual instance of a # violation but until then this gives us a close enough approach. - id: write-good - name: write-good --no-tooWordy - description: Check docs for English prose with write-good - entry: write-good --no-tooWordy - language: node + name: "write-good --no-tooWordy" + args: ["--no-tooWordy"] files: > (?x)^( docs/jjb/lf-c-cpp-jobs.rst| docs/jjb/lf-macros.rst| docs/jjb/lf-python-jobs.rst )$ - additional_dependencies: ["write-good"]