1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 18:40:55 +00:00

ignore some staticcheck checks

This commit is contained in:
JessonChan 2019-01-22 20:04:30 +08:00
parent f237ff049a
commit abc9c38224

1
staticcheck.conf Normal file
View File

@ -0,0 +1 @@
checks = ["all", "-ST1017", "-U1000", "-ST1005","-S1034","-S1012","-SA4006","-ST1005","-SA6005","-SA1019"]