Skip to content

Commit c5956f9

Browse files
committed
fix Settings.strict
1 parent 102f8af commit c5956f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/bashly/settings.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def target_dir
1212
end
1313

1414
def strict
15-
@strict ||= ENV['BASHLY_STRICT'] || '.'
15+
@strict ||= ENV['BASHLY_STRICT']
1616
end
1717
end
1818
end

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
ENV['COLUMNS'] = '80'
2323
ENV['LINES'] = '30'
2424

25-
2625
RSpec.configure do |c|
2726
c.include SpecMixin
2827
c.strip_ansi_escape = true

0 commit comments

Comments
 (0)