mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-13 07:11:23 -05:00
fixed protobuf var
Co-authored-by: Thomas Hughes <iamhughes@github.com> Co-authored-by: John Wiebalk <jwiebalk@github.com>
This commit is contained in:
parent
4671142e06
commit
efb491d6cf
1 changed files with 1 additions and 6 deletions
|
@ -85,7 +85,7 @@ LINTER_ARRAY=("jsonlint" "yamllint" "xmllint" "markdownlint" "shellcheck"
|
|||
LANGUAGE_ARRAY=('YML' 'JSON' 'XML' 'MARKDOWN' 'BASH' 'PERL' 'PHP' 'RUBY' 'PYTHON'
|
||||
'COFFEESCRIPT' 'ANSIBLE' 'JAVASCRIPT_STANDARD' 'JAVASCRIPT_ES'
|
||||
'TYPESCRIPT_STANDARD' 'TYPESCRIPT_ES' 'DOCKER' 'GO' 'TERRAFORM'
|
||||
'CSS' 'ENV' 'POWERSHELL' 'KOTLIN' 'PROTO' 'CLOJURE' 'OPENAPI')
|
||||
'CSS' 'ENV' 'POWERSHELL' 'KOTLIN' 'PROTOBUF' 'CLOJURE' 'OPENAPI')
|
||||
|
||||
###################
|
||||
# GitHub ENV Vars #
|
||||
|
@ -607,11 +607,6 @@ Footer()
|
|||
###########################
|
||||
ERROR_COUNTER="ERRORS_FOUND_$LANGUAGE"
|
||||
|
||||
#################################
|
||||
# Fix Integer Expression errors #
|
||||
#################################
|
||||
ERROR_COUNTER="${ERROR_COUNTER/.*}"
|
||||
|
||||
##################
|
||||
# Print if not 0 #
|
||||
##################
|
||||
|
|
Loading…
Reference in a new issue