Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ fmt:proselint: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user proselint - proselint `find ./ -name "*.md" -printf '"%p"\n'` - proselint doc/ src/ tools/ etc/ fmt:coverity: extends: .format Loading .proselint.json 0 → 100644 +9 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2023 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 { "checks": { "typography.symbols.curly_quotes": false } } Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ fmt:proselint: - export PATH=~/.local/bin:$PATH - cd ../ - pip install --trusted-host=pypi.org --user proselint - proselint `find ./ -name "*.md" -printf '"%p"\n'` - proselint doc/ src/ tools/ etc/ fmt:coverity: extends: .format Loading
.proselint.json 0 → 100644 +9 −0 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2023 CERN and the Allpix Squared authors # SPDX-License-Identifier: CC0-1.0 { "checks": { "typography.symbols.curly_quotes": false } }