Commit 3d5df98b authored by Håkan Wennlöf's avatar Håkan Wennlöf
Browse files

Merge branch 'p-precommit' into 'master'

Move from own hooks to pre-commit

See merge request allpix-squared/allpix-squared!1118
parents 045f48ce 15e0a3a8
Loading
Loading
Loading
Loading

.ci/init_x86_64.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

.codespellrc

0 → 100644
+16 −0
Original line number Diff line number Diff line
# 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
# Words to be ignored, put one word per line and sort alphabetically
ignore-words-list =
 asai,
 hist,
 globaly,
 localy,
 skelton,
 synopsys,
 te,
 yse,
+2 −2
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
+0 −1
Original line number Diff line number Diff line
@@ -33,4 +33,3 @@
		</testsuites>
	</xsl:template>
</xsl:stylesheet>
Loading