Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1e63489a
Commit
1e63489a
authored
Aug 04, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable new rules in haml_lint
parent
64e9b425
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
.haml-lint.yml
.haml-lint.yml
+15
-0
app/views/projects/runners/edit.html.haml
app/views/projects/runners/edit.html.haml
+1
-1
No files found.
.haml-lint.yml
View file @
1e63489a
...
...
@@ -35,9 +35,18 @@ linters:
HtmlAttributes
:
enabled
:
true
IdNames
:
enabled
:
false
ImplicitDiv
:
enabled
:
true
InlineStyles
:
enabled
:
false
InstanceVariables
:
enabled
:
false
LeadingCommentSpace
:
enabled
:
false
...
...
@@ -54,6 +63,9 @@ linters:
ObjectReferenceAttributes
:
enabled
:
true
RepeatedId
:
enabled
:
false
RuboCop
:
enabled
:
false
# These cops are incredibly noisy when it comes to HAML templates, so we
...
...
@@ -101,3 +113,6 @@ linters:
UnnecessaryStringOutput
:
enabled
:
true
ViewLength
:
enabled
:
false
app/views/projects/runners/edit.html.haml
View file @
1e63489a
...
...
@@ -3,4 +3,4 @@
%h4
Runner ##{@runner.id}
%hr
=
render
'form'
,
runner:
@runner
,
runner_form_url:
runner_path
(
@runner
)
=
render
'form'
,
runner:
@runner
,
runner_form_url:
runner_path
(
@runner
)
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