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 42a36ff commit f5d2850Copy full SHA for f5d2850
.rubocop.yml
@@ -27,8 +27,13 @@ RSpec/FilePath:
27
Exclude:
28
- 'spec/bashly/concerns/completions_command_spec.rb'
29
- 'spec/bashly/concerns/completions_flag_spec.rb'
30
+RSpec/SpecFilePathFormat:
31
+ Exclude:
32
+ - 'spec/bashly/concerns/completions_command_spec.rb'
33
+ - 'spec/bashly/concerns/completions_flag_spec.rb'
34
35
# Allow longer integration examples as they are more complex by nature
36
RSpec/ExampleLength:
37
38
- 'spec/bashly/integration/**/*'
39
+ - 'spec/bashly/libraries/render*'
spec/fixtures/render/source/render.rb
@@ -1 +1 @@
1
-puts "render script executed"
+puts 'render script executed'
0 commit comments