mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-09 15:32:52 +01:00
11 lines
273 B
TOML
11 lines
273 B
TOML
|
## SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
||
|
##
|
||
|
## SPDX-License-Identifier: MIT
|
||
|
|
||
|
[run]
|
||
|
go = "1.16"
|
||
|
tests = true
|
||
|
|
||
|
[linters]
|
||
|
enable = ["stylecheck", "whitespace", "containedctx", "contextcheck", "decorder",
|
||
|
"errname", "errorlint", "gofmt", "gofumpt"]
|