Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
sider config
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Aug 25, 2022
1 parent 40768b1 commit 7060cf0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
linters:
enable:
- golint
5 changes: 5 additions & 0 deletions goodcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rules:
- id: com.example.github
pattern: Github
message: |
GitHub is GitHub, not Github
17 changes: 17 additions & 0 deletions sider.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
linter:
goodcheck:
config: goodcheck.yml
golangci_lint:
target: ./...
config: .golangci.yml
enable:
- golint
- gosec
fast: true
no-config: false
skip-dirs:
- vendor
uniq-by-line: true

ignore:
- "vendor/**"

0 comments on commit 7060cf0

Please sign in to comment.