Skip to content

Commit

Permalink
Stop super-linter from writing logfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 19, 2024
1 parent 9b7fd25 commit d83edb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v7
env:
SAVE_SUPER_LINTER_OUTPUT: false
VALIDATE_ALL_CODEBASE: true
LINTER_RULES_PATH: 'tools/linters'
VALIDATE_CSS: true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!/css/.gitkeep
!/fonts/.gitkeep
!/js/.gitkeep
super-linter.log
/super-linter-output/
/node_modules/
/vendor/
11 changes: 0 additions & 11 deletions super-linter-output/super-linter-summary.md

This file was deleted.

0 comments on commit d83edb3

Please sign in to comment.