Skip to content

Commit 18f4465

Browse files
MichaelHutht-b
authored andcommitted
Add IPA_Control.ipf to the list of files that are not our code
1 parent 8f4eab3 commit 18f4465

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exclude: |
44
(?x) # verbose re
55
( # start alternations
66
# not our code
7+
^Packages/MIES/IPA_Control.ipf|
78
^tools/installer/nsis|
89
^tools/installer/Shelllink|
910
^tools/installer/AccessControl|

Packages/doc/Doxyfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ RECURSIVE = NO
947947

948948
EXCLUDE = ../MIES/ACL_TabUtilities.ipf \
949949
../MIES/ACL_UserdataEditor.ipf \
950+
../MIES/IPA_Control.ipf \
950951
../MIES/json_functions.ipf
951952

952953
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or

tools/check-code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fi
171171

172172
# ripgrep checks
173173

174-
files=$(git ls-files '*.ipf' '*.sh' '*.rst' '*.dot' '*.md' ':!:**/releasenotes_template.rst')
174+
files=$(git ls-files '*.ipf' '*.sh' '*.rst' '*.dot' '*.md' ':!:**/releasenotes_template.rst' ':^*/IPA_Control.ipf')
175175

176176
# from https://til.simonwillison.net/bash/finding-bom-csv-files-with-ripgrep
177177
matches=$(rg ${rg_opts} --multiline --encoding none '^(?-u:\xEF\xBB\xBF)' ${files})

0 commit comments

Comments
 (0)