Add nolint comment

Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
This commit is contained in:
Tobias Guggenmos 2020-02-03 21:01:00 +01:00
parent b93845d6bf
commit ec3df53f78
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ type Statement interface {
Node
// stmt ensures that no other type accidentally implements the interface
// nolint:unused
stmt()
}