Commit 8be13707 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

CI: replace cli options for codespell with .codespellrc

parent 19eec30b
Loading
Loading
Loading
Loading

.codespellrc

0 → 100644
+17 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2023 DESY and the Constellation authors
# SPDX-License-Identifier: CC0-1.0

[codespell]
quiet-level = 2
# Directories to skip
skip = ./.git,./.gitlab,./cmake,./3rdparty,AUTHORS.md
# Words to be ignored, put one word per line and sort alphabetically
ignore-words-list =
 asai,
 hist,
 globaly,
 localy,
 skelton,
 synopsys,
 te,
 yse,
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ fmt:codespell:
        - export PATH=~/.local/bin:$PATH
        - cd ../
        - pip install --trusted-host=pypi.org --user codespell
        - codespell --ignore-words .gitlab/ci/codespell_ignored_words.txt --quiet-level 2 --skip ".git,.gitlab,cmake,3rdparty,AUTHORS.md"
        - codespell

fmt:proselint:
    extends: .format
+0 −13
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2020-2023 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

# Words to be ignored by codespell.
# Put one word per line and sort alphabetically.
asai
hist
globaly
localy
skelton
synopsys
te
yse
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ repos:
        args: [--markdown-linebreak-ext=md]

  - repo: https://github.com/codespell-project/codespell
    rev: v2.2.6
    rev: v2.3.0
    hooks:
      - id: codespell

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Copyright: Howard Hinnant 2005-2011
License: BSL-1.0

Files: 3rdparty/octree/*
Copyright: 2015 Jens Behley, Unversity of Bonn
Copyright: 2015 Jens Behley, University of Bonn
License: MIT

Files: cmake/CodeCoverage.cmake