Skip to content

Commit 1d4f7fd

Browse files
committed
update rubocop config to match latest spec
1 parent c6a53e0 commit 1d4f7fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ inherit_gem:
99

1010
AllCops:
1111
TargetRubyVersion: 3.0
12+
SuggestExtensions: false
1213
Exclude:
1314
- 'spec/approvals/**/*'
1415
- 'debug.rb'

spec/completely/commands/generate_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
expect(`shellcheck completely.bash 2>&1`).to be_empty
2222
end
2323

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

0 commit comments

Comments
 (0)