Skip to content

Commit

Permalink
Fix yamllint for rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Apr 16, 2024
1 parent eafbf21 commit 3c2beb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
inherit_from: .rubocop_todo.yml

AllCops:
Expand Down Expand Up @@ -39,4 +40,5 @@ Style/RaiseArgs:

Style/OptionalBooleanParameter:
Exclude:
- 'lib/smart_proxy_salt/cli.rb'
- 'lib/smart_proxy_salt/cli.rb'

0 comments on commit 3c2beb8

Please sign in to comment.