Method: PreCommit::Checks::GoFmt.description
- Defined in:
- lib/plugins/pre_commit/checks/go_fmt.rb
permalink .description ⇒ Object
[View source]
22 23 24 |
# File 'lib/plugins/pre_commit/checks/go_fmt.rb', line 22 def self.description "Detects bad Go formatting" end |