mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
- Adds a pre-commit config to enable codespell - Adds a codespell config - Enables a CI job to run the pre-commit hooks
10 lines
531 B
Plaintext
10 lines
531 B
Plaintext
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[codespell]
|
|
# We have to exclude all file types that have translations in them and third-party files
|
|
skip = *.po,po/*,*.svg,*.pgm,*.notifyrc,*.knsrc,data/org.kde.kdenlive.xml,data/org.kde.kdenlive.appdata.xml,src/lib/external/kiss_fft/*,fuzzer/fakeit_standalone.hpp,tests/fakeit.hpp,tests/catch.hpp
|
|
count =
|
|
quiet-level = 3
|
|
ignore-words-list = aBitrate,abl,aCount,aFile,aLine,alls,buildin,filterIn,indx,inOut,nIn,originalY,partH,Shotcut,splitted,wHeight,lightening
|