1
0
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:
dshemin
2019-11-28 10:14:21 +07:00
parent 3c93b9c1a4
commit 9bb943735e
5 changed files with 39 additions and 66 deletions

View File

@@ -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"},
// })
//}
}