Skip to content

Commit

Permalink
Merge #370: Fix megalinter errors
Browse files Browse the repository at this point in the history
8cf3e00 fix: [#369] megalinter djlint errors (Jose Celano)
1a40390 fix: [#369] megalinter copypaste errors (Jose Celano)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 07b7bd6fa465f0f2bd0de0c87849224ff97e08ce194c2310ef56a1ad55eb1a742c3748c5590545a33bcb39400d022eb8154894fefb3629544f3588dbcc6b6e9a
  • Loading branch information
josecelano committed Oct 24, 2022
2 parents 2a2b519 + 8cf3e00 commit 375ef74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Constantin",
"Cyberneering",
"Delimeter",
"DJLINT",
"dotenv",
"endgroup",
"eslintcache",
Expand Down
8 changes: 4 additions & 4 deletions .jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"**/cinder/**",
"**/node_modules/**",
"**/report/**",
"coverage/**",
"dist/**",
"lib/**",
"README.md"
"**/coverage/**",
"**/dist/**",
"**/lib/**",
"**/README.md"
]
}
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ JAVASCRIPT_STANDARD_FILTER_REGEX_EXCLUDE: (dist|cinder)
TYPESCRIPT_ES_FILTER_REGEX_EXCLUDE: dist
HTML_HTMLHINT_FILTER_REGEX_EXCLUDE: cinder
CSS_STYLELINT_FILTER_REGEX_EXCLUDE: cinder
HTML_DJLINT_FILTER_REGEX_EXCLUDE: cinder

0 comments on commit 375ef74

Please sign in to comment.