Skip to content

Commit

Permalink
update rubocop config to match latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jun 11, 2024
1 parent c6a53e0 commit 1d4f7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ inherit_gem:

AllCops:
TargetRubyVersion: 3.0
SuggestExtensions: false
Exclude:
- 'spec/approvals/**/*'
- 'debug.rb'
Expand Down
2 changes: 1 addition & 1 deletion spec/completely/commands/generate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
expect(`shellcheck completely.bash 2>&1`).to be_empty
end

it 'generates a shfmt compliant script', :focus do
it 'generates a shfmt compliant script' do
expect { subject.execute %w[generate] }.to output_approval('cli/generate/no-args')
expect(`shfmt -d -i 2 -ci completely.bash 2>&1`).to be_empty
end
Expand Down

0 comments on commit 1d4f7fd

Please sign in to comment.