Skip to content

Commit

Permalink
Removed ad-hoc line length checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Perretta committed Oct 11, 2024
1 parent 0746f49 commit ece9f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
55 changes: 0 additions & 55 deletions check_line_length.py

This file was deleted.

3 changes: 1 addition & 2 deletions static_analysis.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -e
set -ex

npx eslint \
'cypress/**/*.ts' \
Expand All @@ -9,5 +9,4 @@ npx prettier --check \
'cypress/**/*.ts' \
'**/*.cy.ts'

./check_line_length.py -i 'import' -i '} from' 100 'src/**/*.*' 'tests/**/*.ts'
./check_subscribe_unsubscribe.py 'src/**/*.vue'

0 comments on commit ece9f3f

Please sign in to comment.