Skip to content

Commit f5d2850

Browse files
committed
rubocop
1 parent 42a36ff commit f5d2850

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ RSpec/FilePath:
2727
Exclude:
2828
- 'spec/bashly/concerns/completions_command_spec.rb'
2929
- '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'
3034

3135
# Allow longer integration examples as they are more complex by nature
3236
RSpec/ExampleLength:
3337
Exclude:
3438
- 'spec/bashly/integration/**/*'
39+
- 'spec/bashly/libraries/render*'

spec/fixtures/render/source/render.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
puts "render script executed"
1+
puts 'render script executed'

0 commit comments

Comments
 (0)