Skip to content

Commit

Permalink
chore(config): adjusting go linter configs [#0]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapaulin committed Mar 7, 2024
1 parent 658ba1d commit dbf8fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .git-czrc
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
"name": "common",
"desc": "common: Common packages"
},
{
"name": "config",
"desc": "config: Repo configuration files"
},
{
"name": "deployment",
"desc": "deployment: Deployment API"
Expand Down
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ run:
- "main.go"
output:
sort-results: true
show-stats: true
format: checkstyle:lint-report.out
linters-settings:
linters:
enable-all: true
disable:
Expand Down

0 comments on commit dbf8fce

Please sign in to comment.