Skip to content

Commit c25bf85

Browse files
committed
readme: generate
1 parent 1373897 commit c25bf85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ and the following linters are disabled by default:
204204
$ golangci-lint help linters
205205
...
206206
Disabled by default linters:
207+
asciicheck: Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false]
207208
bodyclose: checks whether HTTP response body is closed successfully [fast: true, auto-fix: false]
208209
depguard: Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
209210
dogsled: Checks assignments with too many blank identifiers (e.g. x, _, _, _, := f()) [fast: true, auto-fix: false]
@@ -470,6 +471,7 @@ golangci-lint help linters
470471
- [goconst](https://github.com/jgautheron/goconst) - Finds repeated strings that could be replaced by a constant
471472
- [gocyclo](https://github.com/alecthomas/gocyclo) - Computes and checks the cyclomatic complexity of functions
472473
- [gocognit](https://github.com/uudashr/gocognit) - Computes and checks the cognitive complexity of functions
474+
- [asciicheck](https://github.com/tdakkota/asciicheck) - Simple linter to check that your code does not contain non-ASCII identifiers
473475
- [gofmt](https://golang.org/cmd/gofmt/) - Gofmt checks whether code was gofmt-ed. By default this tool runs with -s option to check for code simplification
474476
- [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Goimports does everything that gofmt does. Additionally it checks unused imports
475477
- [maligned](https://github.com/mdempsky/maligned) - Tool to detect Go structs that would take less memory if their fields were sorted
@@ -1279,6 +1281,7 @@ Thanks to developers and authors of used linters:
12791281
- [remyoudompheng](https://github.com/remyoudompheng)
12801282
- [alecthomas](https://github.com/alecthomas)
12811283
- [uudashr](https://github.com/uudashr)
1284+
- [tdakkota](https://github.com/tdakkota)
12821285
- [OpenPeeDeeP](https://github.com/OpenPeeDeeP)
12831286
- [client9](https://github.com/client9)
12841287
- [walle](https://github.com/walle)

0 commit comments

Comments
 (0)