Skip to content

Commit

Permalink
chore: Reduce the noise in the php integration test (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Oct 30, 2023
1 parent cee9364 commit e399332
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 20,352 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"ignorePaths": [
"**/timezonedb.h",
"**/data_file.c",
"**/lexbor/encoding",
"**/sljit",
"parse_date.c",
"itab.c",
"itab.h",
Expand All @@ -25,7 +27,7 @@
}
],
"dictionaries": ["mnemonics", "Mime Types"],
"ignoreWords": ["itab", "pcre", "timezonedb"],
"ignoreWords": ["itab", "pcre", "timezonedb", "lexbor", "sljit"],
"languageSettings": [
{
"languageId": "c,cpp,h"
Expand Down
Loading

0 comments on commit e399332

Please sign in to comment.