Commit 15177454 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Add proselint config

parent 939f13a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

.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
  }
}