Skip to content

Commit

Permalink
🔧 ignore line length md rule, don't use js standard linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Jul 15, 2022
1 parent ebdb86b commit 8cef74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_NATURAL_LANGUAGE: false
# Change if your main branch differs
DEFAULT_BRANCH: main
Expand Down
1 change: 1 addition & 0 deletions terminology.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable MD024 --> <!-- (Multiple headings with the same content) -->
<!-- markdownlint-disable MD013 --> <!-- (Line length) -->

# Glossary

Expand Down

0 comments on commit 8cef74d

Please sign in to comment.