mirror of
https://github.com/mgechev/revive.git
synced 2025-12-15 23:33:27 +02:00
Fix review comments
This commit is contained in:
@@ -37,10 +37,4 @@ func BenchmarkLintFileHeader(b *testing.B) {
|
||||
benchRule(b, "lint-file-header1", &rule.FileHeaderRule{}, &lint.RuleConfig{
|
||||
Arguments: []interface{}{"foobar"},
|
||||
})
|
||||
//var t *testing.T
|
||||
//for i := 0; i <= b.N; i++ {
|
||||
// testRule(t, "lint-file-header1", &rule.FileHeaderRule{}, &lint.RuleConfig{
|
||||
// Arguments: []interface{}{"foobar"},
|
||||
// })
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user