Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
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
AURA
tank
Commits
d00b0aa1
Commit
d00b0aa1
authored
9 months ago
by
Martina Müller
Browse files
Options
Downloads
Patches
Plain Diff
Chore: fix layout
parent
873a305c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.golangci.yml
+2
-2
2 additions, 2 deletions
.golangci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
3 additions
and
3 deletions
.golangci.yml
+
2
−
2
View file @
d00b0aa1
linters
:
disable-all
:
true
enable
:
disable-all
:
true
enable
:
-
gofmt
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
d00b0aa1
...
...
@@ -37,7 +37,7 @@ all: build
init.dev
::
go get
-u
github.com/swaggo/swag/cmd/swag
go
install
github.com/swaggo/swag/cmd/swag@latest
curl -sSfL https
:
//github.com/pre-commit/pre-commit/releases/download/v3.7.0/pre-commit-3.7.0.pyz -o pre-commit.pyz && python3 pre-commit.pyz && rm -f pre-commit.pyz
curl
-sSfL
https://github.com/pre-commit/pre-commit/releases/download/v3.7.0/pre-commit-3.7.0.pyz
-o
pre-commit.pyz
&&
python3 pre-commit.pyz
&&
rm
-f
pre-commit.pyz
vet
:
$(
GOCMD
)
vet ./...
...
...
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