Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Feb 21, 2024
1 parent 5678e8e commit a6cc0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Rakefile:
linter_options:
- no-140chars-check
extra_disabled_lint_checks:
- 140chars

spec/spec_helper.rb:
hiera_config: spec/fixtures/hiera.yaml
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-strings/tasks' if Gem.loaded_specs.key? 'puppet-strings'

PuppetLint.configuration.send('disable_relative')
PuppetLint.configuration.send('no-140chars-check')
PuppetLint.configuration.send('disable_140chars')

0 comments on commit a6cc0b1

Please sign in to comment.