Junie: cleanups. Code fixups.
This commit is contained in:
@@ -57,7 +57,6 @@ linters:
|
||||
- copyloopvar # Check for pointers to enclosing loop variables (replaces exportloopref)
|
||||
- forbidigo # Forbids identifiers
|
||||
- funlen # Tool for detection of long functions
|
||||
- gochecknoinits # Check that no init functions are present
|
||||
- goconst # Find repeated strings that could be replaced by a constant
|
||||
- gocritic # Provides diagnostics that check for bugs, performance and style issues
|
||||
- gocyclo # Calculate cyclomatic complexities of functions
|
||||
|
||||
Reference in New Issue
Block a user