1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

fix linter problems-2: bash

This commit is contained in:
catborise 2020-10-17 17:15:01 +03:00
parent aaad6564e6
commit 0b20989ab5
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