Skip to content

Commit

Permalink
fixing rubocop failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-puppet committed Sep 25, 2023
1 parent 607b5eb commit 98cd16c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ RSpec/DescribeClass:
RSpec/ExampleLength:
Max: 52

# Offense count: 1
RSpec/FilePath:
Exclude:
- 'spec/unit/puppet_x/puppetlabs/scheduled_task/trigger_spec.rb'

# Offense count: 16
RSpec/LeakyConstantDeclaration:
Exclude:
Expand Down

0 comments on commit 98cd16c

Please sign in to comment.