Method: Standard::Formatter.fixable_error_message
- Defined in:
- lib/standard/formatter.rb
.fixable_error_message(command) ⇒ Object
16 17 18 19 20 |
# File 'lib/standard/formatter.rb', line 16 def self.(command) " standard: Run `\#{command}` to automatically fix some problems.\n MSG\nend\n".gsub(/^ {8}/, "") |