File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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|
Original file line number Diff line number Diff line change @@ -947,6 +947,7 @@ RECURSIVE = NO
947947
948948EXCLUDE = ../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
Original file line number Diff line number Diff line change 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
177177matches=$( rg ${rg_opts} --multiline --encoding none ' ^(?-u:\xEF\xBB\xBF)' ${files} )
You can’t perform that action at this time.
0 commit comments