Commit Graph

6 Commits

Author SHA1 Message Date
Stavros Kontopoulos fd8f4611eb
clean up feature keys (#14570) 2023-10-30 07:13:50 +00:00
Markus Thömmes 75bfefca47
Replace golint with revive (#11366)
* Replace golint with revive

See https://groups.google.com/g/golang-nuts/c/rCP70Aq_tBc/m/8QHp6_cqBgAJ
as towards golint's deprecation. revive is supposed to be a drop-in
replacement.

* Cast to error at the source to carry correct nil value
2021-05-19 02:49:16 -07:00
Markus Thömmes 6bd20fa502
Enable unparam linter to catch unused parameters (#9513) 2020-09-22 11:57:55 -07:00
Matt Moore 7398ed7b7e
Normalize our copyright boilerplate to match boilerplate.go.txt (#9485) 2020-09-19 16:41:45 -07:00
Weston Haught 609a1b8e94
update strict mode (#8842) 2020-07-29 12:59:59 -07:00
Weston Haught 5ee8c9cd43
PodSpec dry-run for unparented Configurations (#8828)
* validate configurations

* Update pkg/webhook/validate_unstructured.go

Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>

Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
2020-07-28 17:20:59 -07:00