]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Improve exempting 'alltime' in misspell-fixer.
authorMatt Schatz <genius3000@g3k.solutions>
Sun, 17 May 2020 19:23:41 +0000 (13:23 -0600)
committerMatt Schatz <genius3000@g3k.solutions>
Sun, 17 May 2020 19:23:41 +0000 (13:23 -0600)
.github/workflows/misspell-fixer.yml

index 24f8aa1371c247d5f7f75f93809bf9e9e118c817..5b7eb7ce54efff13f1a16256f48d06a7e8ebcf74 100644 (file)
@@ -21,16 +21,9 @@ jobs:
         ^./vendor
         ^./make/directive.pm:287:atleast
         ^./src/modules/m_disable.cpp:119:existant
-        ^./docs/conf/helpop.conf.example:443:ALLTIME
-        ^./docs/conf/helpop.conf.example:551:ALLTIME
-        ^./docs/conf/helpop.conf.example:551:alltime
-        ^./docs/conf/modules.conf.example:170:Alltime
-        ^./docs/conf/modules.conf.example:171:ALLTIME
-        ^./docs/conf/modules.conf.example:172:ALLTIME
-        ^./docs/conf/modules.conf.example:173:alltime
-        ^./docs/conf/opers.conf.example:58:ALLTIME
-        ^./src/modules/m_alltime.cpp:31:ALLTIME
-        ^./src/modules/m_alltime.cpp:65:ALLTIME\
+        ALLTIME$
+        alltime$
+        Alltime$\
         " > ${{ runner.workspace }}/inspircd/.misspell-fixer.ignore
     - uses: sobolevn/misspell-fixer-action@master
       with: