This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
perkeep
mirror of
https://github.com/perkeep/perkeep.git
Watch
1
Star
1
Fork
You've already forked perkeep
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d0c73955a
perkeep
/
staticcheck.conf
7 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chip away at some staticcheck warnings Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-13 23:31:04 +00:00
checks = ["all",
staticcheck: Use time.Since, time.Until checks S1012,S1024 Use global staticcheck.conf
2021-09-10 12:15:01 +00:00
"U1000",
chip away at some staticcheck warnings Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-13 23:31:04 +00:00
"-ST1005",
"-ST1003",
"-ST1019",
staticcheck: Use time.Since, time.Until checks S1012,S1024 Use global staticcheck.conf
2021-09-10 12:15:01 +00:00
]