Skip to content

Commit

Permalink
Allow long lines in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Mar 10, 2024
1 parent 60cd641 commit b9ebda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check-line-length.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ find=(
-name .log -prune -o
-path ./scripts/pnp-bin.js -prune -o
-path ./test/formatters -prune -o
-path ./test/unit -prune -o
-name "*.elc" -o
-type f -print
)
Expand Down

0 comments on commit b9ebda0

Please sign in to comment.