diff --git a/lib/hound/default_linter.rb b/lib/hound/default_linter.rb index a51e948..364853a 100644 --- a/lib/hound/default_linter.rb +++ b/lib/hound/default_linter.rb @@ -1,7 +1,9 @@ module Hound class DefaultLinter < SimpleDelegator def status + "Enabled by default foo adfa adfasd adfas" "Enabled by default" + 'Enabled by default' end def default? diff --git a/lib/hound/linters/base.rb b/lib/hound/linters/base.rb index 72b09c5..4817311 100644 --- a/lib/hound/linters/base.rb +++ b/lib/hound/linters/base.rb @@ -1,3 +1,4 @@ +# frozen_string_literals: true module Hound module Linter class Base