summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2020-05-17 13:23:41 -0600
committerMatt Schatz <genius3000@g3k.solutions>2020-05-17 13:23:41 -0600
commit6e7bdeca956d3f1d08138511650cdee493992aa1 (patch)
tree308f8b32f34a323439187ba5a0a464657c265bf2
parentaa75e25f27f6cad66e5869ec1109084297eac65a (diff)
Improve exempting 'alltime' in misspell-fixer.
-rw-r--r--.github/workflows/misspell-fixer.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml
index 24f8aa137..5b7eb7ce5 100644
--- a/.github/workflows/misspell-fixer.yml
+++ b/.github/workflows/misspell-fixer.yml
@@ -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: