Add maligned struct static check (#5296)

* Add maligned static check
* Add file, oops
* lint
This commit is contained in:
Preston Van Loon
2020-04-02 22:09:15 -07:00
committed by GitHub
parent 477b014bd1
commit 7bdd1355b8
12 changed files with 359 additions and 58 deletions

View File

@@ -51,5 +51,13 @@
"exclude_files": {
"external/.*": "Third party code"
}
},
"maligned": {
"exclude_files": {
"external/.*": "Third party code",
"rules_go_work-.*": "Third party code",
"shared/params/config.go": "This config struct needs to be organized for now",
"proto/.*": "Excluding protobuf objects for now"
}
}
}