Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
danet
goSDN
Merge requests
!1161
Ui refactor style
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ui refactor style
ui-refactor-style
into
ui-integration
Overview
1
Commits
46
Pipelines
4
Changes
2
Merged
Matthias Feyll
requested to merge
ui-refactor-style
into
ui-integration
3 months ago
Overview
1
Commits
46
Pipelines
4
Changes
2
Expand
Depends on
!1160 (closed)
0
0
Merge request reports
Viewing commit
671ed78c
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
671ed78c
Bump golangci-lint in Makefile to version 1.63.4 and fix deprecated output option
· 671ed78c
Fabian Seidl
authored
3 months ago
See merge request
!1140
.golangci.yml
+
1
−
1
Options
@@ -14,13 +14,13 @@ output:
-
format
:
colored-line-number
print-issued-lines
:
true
print-linter-name
:
true
uniq-by-line
:
true
path-prefix
:
"
"
issues
:
exclude-use-default
:
false
max-issues-per-linter
:
0
max-same-issues
:
0
uniq-by-line
:
true
exclude-files
:
-
http.go
# directories to be ignored by linters
Loading