-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: shift automatic checks to ease debugging (#1421)
1. Move `unused variable` check from ts build to eslint. For debugging purposes, often commenting out pieces of code is required. Sometimes it leads to build failures, like `error 'foo' is defined but never used`. 2. Move pre-commit checks from `pre-commit` to `pre-push` stage. This is required to be able to fix a progress without polishing out the whole project before each commit + to speed up the commits. --------- Co-authored-by: Maksim Sadym <[email protected]>
- Loading branch information
1 parent
4cd32b6
commit 19fe3cc
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters