We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bdabf commit 010c981Copy full SHA for 010c981
internal/framework/types/doc.go
@@ -1,4 +1,4 @@
1
/*
2
Package types contains types that are shared by the provisioner and static modes.
3
*/
4
-package types
+package types //nolint:revive, nolintlint // ignoring “meaningless package name” and the unused-nolint warning
0 commit comments