1
0
mirror of https://github.com/mgechev/revive.git synced 2025-12-07 23:02:44 +02:00
This commit is contained in:
SalvadorC
2021-07-12 06:31:46 +02:00
committed by GitHub
parent 1acbe6b30e
commit 89f108c22a
3 changed files with 19 additions and 1 deletions

View File

@@ -14,3 +14,7 @@ func TestDisabledAnnotations(t *testing.T) {
func TestModifiedAnnotations(t *testing.T) {
testRule(t, "disable-annotations2", &rule.VarNamingRule{}, &lint.RuleConfig{})
}
func TestDisableNextLineAnnotations(t *testing.T) {
testRule(t, "disable-annotations3", &rule.VarNamingRule{}, &lint.RuleConfig{})
}