Skip to content

Commit

Permalink
lint対応
Browse files Browse the repository at this point in the history
sds/slim-lint#101
・上記(解決してるっぽいけど...)と同じように、`\`で改行している影響でlintに引っかかっているかも
・「=前後にスペースを入れろ」という指摘だがちゃんと修正しても同じ指摘が出続けてしまう
・いつか直すとして一旦ignore
  • Loading branch information
masyuko0222 committed Dec 10, 2024
1 parent 8945ced commit 4cece16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .slim-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
exclude:
- 'app/views/reading_clubs/overview.html.slim' # https://github.com/sds/slim-lint/issues/101 と似ている現象

linters:
LineLength:
max: 120

0 comments on commit 4cece16

Please sign in to comment.