Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CRDs V1 #2184

Merged
merged 16 commits into from
Dec 9, 2019
Prev Previous commit
Next Next commit
Adapt golangci exceptions to v1 apis
  • Loading branch information
sebgl committed Nov 28, 2019
commit e1c06ad4fcac8937552f755f4f71ff10f1d86b82
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -66,6 +66,8 @@ issues:
text: 'ifElseChain: rewrite if\-else to switch statement'
- path: pkg/apis/elasticsearch/v1beta1/fields\.go
text: 'const .* should be'
- path: pkg/apis/elasticsearch/v1/fields\.go
text: 'const .* should be'
- path: pkg/controller/elasticsearch/user/reconciler\.go
text: 'Consider preallocating `allUsers`'
- path: pkg/controller/elasticsearch/user/user\.go
@@ -92,6 +94,8 @@ issues:
text: 'G101: Potential hardcoded credentials'
- path: pkg/apis/elasticsearch/v1beta1/name\.go
text: 'G101: Potential hardcoded credentials'
- path: pkg/apis/elasticsearch/v1/name\.go
text: 'G101: Potential hardcoded credentials'
- path: pkg/controller/elasticsearch/driver/version\.go
text: 'Consider preallocating `vs`'
- linters: