Skip to content

Commit

Permalink
test: Enable php dict for all files in php integration (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 31, 2023
1 parent 1f340bc commit 78d8fff
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 599 deletions.
8 changes: 2 additions & 6 deletions integration-tests/config/repositories/php/php-src/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@
"path": "./mime-types.txt"
}
],
"dictionaries": ["mnemonics", "Mime Types"],
"dictionaries": ["mnemonics", "Mime Types", "php"],
"ignoreWords": ["itab", "pcre", "timezonedb", "lexbor", "sljit"],
"languageSettings": [
{
"languageId": "c,cpp,h"
}
],
"languageSettings": [],
"import": ["../../../cspell.json"]
}
Loading

0 comments on commit 78d8fff

Please sign in to comment.