Skip to content

Commit

Permalink
superlinter: exclude fmm files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Mar 5, 2024
1 parent 584a24c commit f17a160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_PYTHON_FLAKE8: true
VALIDATE_CLANG_FORMAT: true
VALIDATE_BASH: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*fidimag/atomistic/fmmlib/*.*

0 comments on commit f17a160

Please sign in to comment.