Fix linter
This commit is contained in:
parent
64c051f0d9
commit
dcd95f3e5b
3 changed files with 5 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ linters-settings:
|
||||||
cyclop:
|
cyclop:
|
||||||
# the minimal code complexity to report
|
# the minimal code complexity to report
|
||||||
max-complexity: 20
|
max-complexity: 20
|
||||||
|
gocognit:
|
||||||
|
min-complexity: 45
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
exclude-use-default: false
|
exclude-use-default: false
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !android
|
||||||
// +build !android
|
// +build !android
|
||||||
|
|
||||||
package crypto
|
package crypto
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// +build !ios
|
//go:build !ios && !android
|
||||||
// +build !android
|
// +build !ios,!android
|
||||||
|
|
||||||
package helper
|
package helper
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue