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