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 102f8af commit c5956f9Copy full SHA for c5956f9
lib/bashly/settings.rb
@@ -12,7 +12,7 @@ def target_dir
12
end
13
14
def strict
15
- @strict ||= ENV['BASHLY_STRICT'] || '.'
+ @strict ||= ENV['BASHLY_STRICT']
16
17
18
spec/spec_helper.rb
@@ -22,7 +22,6 @@
22
ENV['COLUMNS'] = '80'
23
ENV['LINES'] = '30'
24
25
-
26
RSpec.configure do |c|
27
c.include SpecMixin
28
c.strip_ansi_escape = true
0 commit comments