Skip to content

Updates linter to match scripts/lint.sh #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/superlinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2



- name: Run Super-Linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: userdata_quickstart_node.template|userdata_rancher_server.template
FILTER_REGEX_EXCLUDE: src/deps/.*|src/game/assets/fonts/helvetiker_regular.typeface.js|src/game/assets/fonts/helvetiker_bold.typeface.js|src/common/VREffect.js|src/common/VRControls.js|src/common/PointerLockControls.js
OUTPUT_DETAILS: detailed
VALIDATE_ALL_CODEBASE: true
VALIDATE_LATEX: true
VALIDATE_JAVASCRIPT_STANDARD: true
VALIDATE_JSON: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}