Skip to content
Snippets Groups Projects
Commit 05853ec8 authored by ale's avatar ale
Browse files

Tune linter configuration

parent 46abd9ab
No related branches found
No related tags found
1 merge request!20Refactor the Engine with stronger guarantees
Pipeline #88136 passed
...@@ -77,8 +77,12 @@ linters-settings: ...@@ -77,8 +77,12 @@ linters-settings:
# Disable error checking, as errorcheck detects more errors and is more configurable. # Disable error checking, as errorcheck detects more errors and is more configurable.
gosec: gosec:
excludes: excludes:
- "G104" - "G115"
- "G204"
- "G304" - "G304"
- "G404"
- "G401"
- "G501"
funlen: funlen:
lines: 80 lines: 80
...@@ -240,7 +244,6 @@ linters: ...@@ -240,7 +244,6 @@ linters:
- gosimple - gosimple
- ineffassign - ineffassign
- misspell - misspell
- nakedret
- staticcheck - staticcheck
- typecheck - typecheck
- unconvert - unconvert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment