Skip to content

Commit

Permalink
Create .erb-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Apr 23, 2024
1 parent 96985f2 commit e5a5615
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .erb-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
EnableDefaultLinters: true
linters:
Rubocop:
enabled: true
only: [Style/StringLiterals]
rubocop_config:
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes

0 comments on commit e5a5615

Please sign in to comment.