Add nolint comment
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
This commit is contained in:
parent
b93845d6bf
commit
ec3df53f78
|
@ -50,6 +50,7 @@ type Statement interface {
|
||||||
Node
|
Node
|
||||||
|
|
||||||
// stmt ensures that no other type accidentally implements the interface
|
// stmt ensures that no other type accidentally implements the interface
|
||||||
|
// nolint:unused
|
||||||
stmt()
|
stmt()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue