Skip to content

Commit

Permalink
chore: add ingoring LINE_TOO_LONG norm error
Browse files Browse the repository at this point in the history
  • Loading branch information
moromin committed May 10, 2022
1 parent df1c6bb commit 011417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/norm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v2
- uses: alexandregv/norminette-action@v3
with:
flags: '. | grep -v WRONG_SCOPE_COMMENT | grep -v "Missing or invalid header"'
flags: '. | grep -v WRONG_SCOPE_COMMENT | grep -v LINE_TOO_LONG | grep -v "Missing or invalid header"'

0 comments on commit 011417e

Please sign in to comment.