Drop regex for canonicalization (#102)
* Drop regex for canonicalization * Fix CI
This commit is contained in:
parent
5b1a42c2cd
commit
385e6d21d2
7 changed files with 19 additions and 19 deletions
|
|
@ -30,3 +30,4 @@ linters:
|
|||
- gci # Enforce blank lines check
|
||||
- nlreturn # Enforce blank lines for return statements
|
||||
- exhaustivestruct # Enforce structures to be fully filled on instantiation - terrible with openpgp configs
|
||||
- paralleltest # detects missing usage of t.Parallel() method in your Go test
|
||||
Loading…
Add table
Add a link
Reference in a new issue