Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tecnalia_robotics-public
templates
Commits
d6fed684
Commit
d6fed684
authored
May 20, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable line-length warning by extending 'relaxed' yamllint configuration
parent
0cba1e96
Pipeline
#12886
canceled with stage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.yamllint
.yamllint
+4
-0
No files found.
.gitlab-ci.yml
View file @
d6fed684
...
...
@@ -19,5 +19,5 @@ dockerfiles:
yamllint
:
image
:
sdesbure/yamllint
script
:
"
yamllint
-d
relaxed
$(find
.
\\
(
-name
'*.yml'
-o
-name
'*.yaml'
\\
))"
script
:
"
yamllint
$(find
.
\\
(
-name
'*.yml'
-o
-name
'*.yaml'
\\
))"
allow_failure
:
yes
.yamllint
0 → 100644
View file @
d6fed684
extends: relaxed
rules:
line-length: disable
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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