Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
96b9269c
Commit
96b9269c
authored
Aug 24, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix golangci linter
parent
80f9b5b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
backend-tests.yml
.github/workflows/backend-tests.yml
+1
-1
.golangci.yaml
.golangci.yaml
+0
-4
No files found.
.github/workflows/backend-tests.yml
View file @
96b9269c
...
@@ -29,7 +29,7 @@ jobs:
...
@@ -29,7 +29,7 @@ jobs:
-
name
:
golangci-lint
-
name
:
golangci-lint
uses
:
golangci/golangci-lint-action@v6
uses
:
golangci/golangci-lint-action@v6
with
:
with
:
version
:
v1.5
4
.1
version
:
v1.5
6
.1
args
:
--verbose --timeout=3m
args
:
--verbose --timeout=3m
skip-cache
:
true
skip-cache
:
true
...
...
.golangci.yaml
View file @
96b9269c
...
@@ -22,11 +22,7 @@ issues:
...
@@ -22,11 +22,7 @@ issues:
# https://golangci-lint.run/usage/configuration/#command-line-options
# https://golangci-lint.run/usage/configuration/#command-line-options
exclude
:
exclude
:
-
Rollback
-
Rollback
-
logger.Sync
-
pgInstance.Stop
-
fmt.Printf
-
fmt.Printf
-
Enter(.*)_(.*)
-
Exit(.*)_(.*)
linters-settings
:
linters-settings
:
goimports
:
goimports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment