Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Resolve violations of eslint-comments/no-use lint
Resolves #197
Michael Huynh committed Sep 23, 2020

Unverified

No user is associated with the committer email.
1 parent 481f3ce commit 80b408e
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
@@ -44,7 +44,6 @@
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"eslint-comments/no-use": "off",
"func-style": "off",
"github/no-then": "off",
"import/no-extraneous-dependencies": "off",
2 changes: 2 additions & 0 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.js.map
4 changes: 3 additions & 1 deletion src/codeql.ts
@@ -620,8 +620,10 @@ function getExtraOptionsFromEnv(path: string[]) {
*
* - the special terminal step name '*' in `options` matches all path steps
* - throws an exception if this conversion is impossible.
*
* Exported for testing.
*/
export /* exported for testing */ function getExtraOptions(
export function getExtraOptions(
options: any,
path: string[],
pathInfo: string[]

0 comments on commit 80b408e

Please sign in to comment.