Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
ci: enable linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Nov 13, 2023
1 parent 6488907 commit 51a9223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ rules:
present: false
line-length:
level: warning
max: 100
max: 300
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JSCPD: false
# Exclude dist folder
FILTER_REGEX_EXCLUDE: .*dist/.*

0 comments on commit 51a9223

Please sign in to comment.