1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

fix linter problems-2: bash

This commit is contained in:
catborise 2020-10-17 17:15:01 +03:00
parent 7d22fec124
commit 1f642a4381
3 changed files with 25 additions and 24 deletions

View file

@ -68,7 +68,7 @@ jobs:
- name: Lint Code Base
uses: docker://github/super-linter:latest
env:
FILTER_REGEX_EXCLUDE: .*(static|scss|venv)/.*
FILTER_REGEX_EXCLUDE: .*(static|scss|venv|locale)/.*
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ANSIBLE: false