Skip to content

Commit

Permalink
add more ignore regexp for header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jun 20, 2024
1 parent 283190b commit 89defaf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build-tools/cspell/cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,18 @@
{
"name": "src-csgo-headers",
"pattern": "SRC_CSGO_[A-Z]+_H_"
},
{
"name": "src-csgostats-headers",
"pattern": "SRC_CSGOSTATS_[A-Z]+_H_"
},
{
"name": "src-headers",
"pattern": "SRC_[A-Z]+_H_"
}

],
"ignoreRegExpList": [
"src-csgo-headers"
"src-headers", "src-csgo-headers", "src-csgostats-headers"
]
}

0 comments on commit 89defaf

Please sign in to comment.