Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rednerd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orus-io
rednerd
Commits
0ac85576
Commit
0ac85576
authored
1 month ago
by
Axel Prel
Browse files
Options
Downloads
Patches
Plain Diff
enable decorder linter
parent
29684866
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.golangci.yml
+1
-1
1 addition, 1 deletion
.golangci.yml
with
1 addition
and
1 deletion
.golangci.yml
+
1
−
1
View file @
0ac85576
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment