Skip to content

Commit b05697c

Browse files
Merge pull request #2044 from github/elena/remove-lint
Don't lint on `git push`
2 parents 66fd8ad + 0b9dcb4 commit b05697c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@
14831483
"husky": {
14841484
"hooks": {
14851485
"pre-commit": "npm run format-staged",
1486-
"pre-push": "npm run lint && scripts/forbid-test-only"
1486+
"pre-push": "scripts/forbid-test-only"
14871487
}
14881488
},
14891489
"lint-staged": {

0 commit comments

Comments
 (0)