Skip to content

Commit

Permalink
Fix linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Apr 29, 2019
1 parent 1a8ba90 commit d308a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .slim-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ linters:
max: 140
RuboCop:
ignored_cops:
- Layout/AlignArguments
- Layout/AlignArray
- Layout/AlignHash
- Layout/AlignParameters
- Layout/BlockEndNewline
- Layout/IndentFirstArgument
- Layout/IndentArray
- Layout/EmptyLineAfterGuardClause
- Layout/IndentationConsistency
- Layout/IndentationWidth
- Layout/IndentHash
- Layout/IndentFirstArgument
- Layout/IndentFirstArrayElement
- Layout/IndentFirstHashElement
- Layout/MultilineArrayBraceLayout
- Layout/MultilineAssignmentLayout
- Layout/MultilineBlockLayout
Expand Down
2 changes: 1 addition & 1 deletion app/views/codimds/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
h2 = font_awesome_icon('fas_file-alt', post_text: l(:label_codimd_pad_plural))

- if @codimd_pads.any?
div.autoscroll
.autoscroll
table.list.codimd-pads
thead
tr
Expand Down

0 comments on commit d308a65

Please sign in to comment.