forked fromdbraley/example-linter
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7
Commit5b57aa0
committed
Provide an example .golangci.yml file
The default [.golangci.yml](https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml) file is great, but fairly large to grok. To show how to enable the linter specifically, we here provide a trimmed down example of the file that enables JUST the example linter (and typecheck).1 parent8e299eb commit5b57aa0
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments
Comments
(0)