Class: Hound::Config::Scss
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Scss
constructor
A new instance of Scss.
Methods inherited from Base
#linters_file_path, #name, #rules_url
Constructor Details
#initialize ⇒ Scss
Returns a new instance of Scss.
4 5 6 |
# File 'lib/hound/config/scss.rb', line 4 def initialize @linters_file_name = ".scss-lint.yml" end |