Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
b01185db
Commit
b01185db
authored
5 years ago
by
Luhan Cheng
Browse files
Options
Downloads
Patches
Plain Diff
type
parent
1a6015e5
No related branches found
No related tags found
3 merge requests
!297
Cicd merge back
,
!284
Cicd
,
!282
CICD
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CICD/ansiblelint/run_lint.py
+1
-1
1 addition, 1 deletion
CICD/ansiblelint/run_lint.py
with
1 addition
and
1 deletion
CICD/ansiblelint/run_lint.py
+
1
−
1
View file @
b01185db
...
@@ -13,7 +13,7 @@ def parse_argument():
...
@@ -13,7 +13,7 @@ def parse_argument():
parser
.
add_argument
(
'
--logdir
'
,
type
=
Path
,
default
=
Path
(
__file__
+
'
/../logdir
'
).
resolve
(),
nargs
=
'
?
'
,
help
=
'
log directory default to ./ansiblelint/logdir
'
)
parser
.
add_argument
(
'
--logdir
'
,
type
=
Path
,
default
=
Path
(
__file__
+
'
/../logdir
'
).
resolve
(),
nargs
=
'
?
'
,
help
=
'
log directory default to ./ansiblelint/logdir
'
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
args
.
logdir
.
mkdir
(
exist_ok
=
True
)
args
.
logdir
.
mkdir
(
exist_ok
=
True
)
return
args
return
args
def
parse_rule_output
(
line
):
def
parse_rule_output
(
line
):
# (filepath, line, rule, severity, rule_desc)
# (filepath, line, rule, severity, rule_desc)
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
f3dfcec1
·
4 years ago
mentioned in commit
f3dfcec1
mentioned in commit f3dfcec168a3a7b111ce60c79bd32be2ac5203fe
Toggle commit list
Andreas Hamacher
@handreas
mentioned in commit
9f25219c
·
4 years ago
mentioned in commit
9f25219c
mentioned in commit 9f25219cfbcf326fce7a46a570760aa031257b00
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment