mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
make a shared library of the typo database
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
import javascript
|
||||
// import typo database (generated from Wikipedia, licensed under CC BY-SA 3.0)
|
||||
import TypoDatabase
|
||||
import codeql.typos.TypoDatabase
|
||||
|
||||
/**
|
||||
* Holds if `wrong` is a misspelling of `right` that might be intentional or
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -9,3 +9,4 @@ defaultSuiteFile: codeql-suites/javascript-code-scanning.qls
|
||||
dependencies:
|
||||
codeql/javascript-all: "*"
|
||||
codeql/suite-helpers: "*"
|
||||
codeql/typos: "*"
|
||||
|
||||
Reference in New Issue
Block a user