mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
* add go-header linter * apply review comments: add goheader example into .golangci.example.yml * apply review comments: correctly handle multiline comments
4 lines
139 B
Go
4 lines
139 B
Go
/*MY TITLE!*/ // ERROR "Expected:TITLE., Actual: TITLE!"
|
|
//args: -Egoheader
|
|
//config_path: testdata/configs/go-header.yml
|
|
package testdata
|