Skip to content

Commit

Permalink
fix: Add SQL integration test (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 24, 2022
1 parent ee716b8 commit da7d1ba
Show file tree
Hide file tree
Showing 4 changed files with 8,656 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration-tests/config/config.json
Expand Up @@ -341,6 +341,15 @@
"**/*.java"
],
"commit": "c1c863843f7e5ba692e9102f87db5f8e14e626ff"
},
{
"path": "ktaranov/sqlserver-kit",
"url": "https://github.com/ktaranov/sqlserver-kit.git",
"args": [
"**",
"--exclude=**/Backup/**"
],
"commit": "ab6f90eeb427d460579fde5a605dfa7c0e84b414"
}
]
}
2 changes: 2 additions & 0 deletions integration-tests/repositories/cspell.yaml
Expand Up @@ -8,6 +8,8 @@ ignorePaths:
- "*.idmap" # DOOM, cspell:ignore idmap
- "*.ogex" # DOOM, cspell:ignore ogex
- "*.spv" # DOOM, binary file
- "*.maff" # cspell:ignore maff
- "*.docx"
- "*.jar"
- "**/java-design-patterns/**/localization/**" # do not spell check localization files
- "**/eslint/eslint/**/*.svg"
Expand Down

0 comments on commit da7d1ba

Please sign in to comment.