Loading .codespellrc +2 −3 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2023 DESY and the Constellation authors # SPDX-FileCopyrightText: 2025 CERN and the Allpix Squared Authors # SPDX-License-Identifier: CC0-1.0 [codespell] skip = .git,.gitlab,cmake,3rdparty,AUTHORS.md 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, Loading .pre-commit-config.yaml +1 −1 File changed.Contains only whitespace changes. Show changes Loading
.codespellrc +2 −3 Original line number Diff line number Diff line # SPDX-FileCopyrightText: 2023 DESY and the Constellation authors # SPDX-FileCopyrightText: 2025 CERN and the Allpix Squared Authors # SPDX-License-Identifier: CC0-1.0 [codespell] skip = .git,.gitlab,cmake,3rdparty,AUTHORS.md 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, Loading