File: slim-lint.in

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20240608.1d3280e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 984 kB
  • sloc: python: 59; xml: 13; sh: 7; javascript: 4; haskell: 3; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
app/views/layouts/application.html.slim:16 [W] LineLength: Line is too long. [82/80]
app/views/layouts/application.html.slim:43 [W] RuboCop: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
app/views/layouts/application.html.slim:44 [W] RuboCop: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
app/views/pages/top.html.slim:40 [W] RuboCop: Layout/ExtraSpacing: Unnecessary spacing detected.
app/views/pages/top.html.slim:40 [W] RuboCop: Layout/SpaceBeforeFirstArg: Put one space between the method name and the first argument.
app/views/pages/top.html.slim:53 [W] LineLength: Line is too long. [82/80]
app/views/pages/top.html.slim:65 [W] RuboCop: Layout/SpaceAroundOperators: Surrounding space missing for operator `-`.