File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ One way to use the default settings is to use `--no-config` parameter.
4
4
5
5
Another is to create an empty YAML file
6
6
7
- See [ .golangci.yaml ] ( .golangci.yaml )
7
+ See [ .golangci.yml ] ( .golangci.yml )
8
8
9
9
## License
10
10
Original file line number Diff line number Diff line change 2
2
3
3
These are the currently available linter that are enabled in the current last ` golangci-lint ` version available today (1.59.1)
4
4
5
- See [ .golangci.yaml ] ( .golangci.yaml )
5
+ See [ .golangci.yml ] ( .golangci.yml )
6
6
7
7
## License
8
8
Original file line number Diff line number Diff line change 1
1
# Basic Settings
2
2
3
- See [ .golangci.yaml ] ( .golangci.yaml )
3
+ See [ .golangci.yml ] ( .golangci.yml )
4
4
5
5
It's [ 01-defaults] ( ../01-defaults ) plus :
6
6
- [ revive] ( #revive )
Original file line number Diff line number Diff line change 1
1
# Safe Settings
2
2
3
- See [ .golangci.yaml ] ( .golangci.yaml )
3
+ See [ .golangci.yml ] ( .golangci.yml )
4
4
5
5
It's [ 02-basic] ( ../02-basic ) plus :
6
6
- [ gci] ( #gci )
You can’t perform that action at this time.
0 commit comments