Skip to content
Snippets Groups Projects
Commit 0ac85576 authored by Axel Prel's avatar Axel Prel
Browse files

enable decorder linter

parent 29684866
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
- contextcheck # check the function whether use a non-inherited context bugs v1.43.0
- copyloopvar # Copyloopvar is a linter detects places where loop variables are copied. style v1.57.0
# - cyclop # checks function and package cyclomatic complexity complexity v1.37.0
# - decorder # check declaration order and count of types, constants, variables and functions format, style v1.44.0
- decorder # check declaration order and count of types, constants, variables and functions format, style v1.44.0
# - depguard # Go linter that checks if package imports are in a list of acceptable packages style, import, module v1.4.0
- dogsled # Checks assignments with too many blank identifiers (e.g. x, , , _, := f()) style v1.19.0
- dupl # Tool for code clone detection style v1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment