fix: disable line length checks for test files with test vectors
Add nolint:lll directives to test files containing long test vectors and function signatures to avoid unnecessary line breaking.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//nolint:lll // Integration test has long function signatures
|
||||
package cli_test
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user