Skip to content

Commit

Permalink
Rubocop: disable Style/FrozenStringLiteralComment
Browse files Browse the repository at this point in the history
because it can break working code
and this package has actually no tests 😱
  • Loading branch information
Martin Vidner committed Apr 17, 2024
1 parent 75cd78b commit 56a1443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -2,3 +2,6 @@
inherit_from:
- /usr/share/YaST2/data/devtools/data/rubocop-1.24.1_yast_style.yml
- .rubocop_todo.yml

Style/FrozenStringLiteralComment:
Enabled: false

0 comments on commit 56a1443

Please sign in to comment.