We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bc5d4 commit df456faCopy full SHA for df456fa
3 files changed
.rubocop.yml
@@ -1,4 +1,4 @@
1
-require:
+plugins:
2
- rubocop-performance
3
- rubocop-rspec
4
spec/completely/completions_spec.rb
@@ -53,7 +53,7 @@
53
context 'with a configuration file that includes complete_options' do
54
let(:file) { 'complete_options' }
55
56
- it 'adds the complete_options to the complete_command' do
+ it 'adds the complete_options to the complete command' do
57
expect(subject.script).to match_approval 'completions/script-complete-options'
58
end
59
spec/completely/config_spec.rb
@@ -15,7 +15,7 @@
15
16
describe 'config' do
17
it 'ignores the completely_config YAML key' do
18
- expect(subject.config.keys).to eq ["mygit"]
+ expect(subject.config.keys).to eq ['mygit']
19
20
21
0 commit comments