We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a53e0 commit 1d4f7fdCopy full SHA for 1d4f7fd
.rubocop.yml
@@ -9,6 +9,7 @@ inherit_gem:
9
10
AllCops:
11
TargetRubyVersion: 3.0
12
+ SuggestExtensions: false
13
Exclude:
14
- 'spec/approvals/**/*'
15
- 'debug.rb'
spec/completely/commands/generate_spec.rb
@@ -21,7 +21,7 @@
21
expect(`shellcheck completely.bash 2>&1`).to be_empty
22
end
23
24
- it 'generates a shfmt compliant script', :focus do
+ it 'generates a shfmt compliant script' do
25
expect { subject.execute %w[generate] }.to output_approval('cli/generate/no-args')
26
expect(`shfmt -d -i 2 -ci completely.bash 2>&1`).to be_empty
27
0 commit comments