We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8f479 commit cb15a18Copy full SHA for cb15a18
.golangci.yml
@@ -1,5 +1,5 @@
1
run:
2
- deadline: 30s
+ timeout: 30s
3
4
linters:
5
enable-all: true
@@ -18,6 +18,4 @@ linters-settings:
18
sections:
19
- standard
20
- default
21
- - prefix(github.com/macabu/inamedparam)
22
- section-separators:
23
- - newLine
+ - localmodule
README.md
@@ -29,7 +29,7 @@ $ go vet -vettool=$(which inamedparam) ./...
29
To enable it, you can add it to your `.golangci.yml` file, as such:
30
```yaml
31
32
33
34
35
disable-all: true
0 commit comments