Method
Save
Save saves the Lint command report data to the configured location
()
Source from the content-addressed store, hash-verified
| 585 | |
| 586 | // Save saves the Lint command report data to the configured location |
| 587 | func (p *LintCommand) Save() bool { |
| 588 | return p.saveInfo(p) |
| 589 | } |
Tested by
no test coverage detected