Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
c43e765a
Commit
c43e765a
authored
Jan 22, 2021
by
canterburym
Browse files
Fixing empty dict linter bug
parent
9f58e283
Pipeline
#2587
passed with stages
in 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
testing/lint_asn1.py
View file @
c43e765a
...
...
@@ -194,7 +194,7 @@ def lintASN1File (asnFile):
def
lintASN1Files
(
fileList
):
if
len
(
fileList
)
==
0
:
logging
.
warning
(
"No files specified"
)
return
[]
return
{}
errorMap
=
{}
logging
.
info
(
"Checking files..."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment