Adding linters and aligning code (#169)

* Adding linters and aligning code

* Aligning ingressHostnames to AllowedListSpec
This commit is contained in:
Dario Tranchitella
2021-01-13 23:49:11 +01:00
committed by GitHub
parent 89c66de7c6
commit d2700556dd
56 changed files with 428 additions and 562 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with:
version: latest
only-new-issues: false
args: --timeout 2m
args: --timeout 2m --config .golangci.yml
diff:
name: diff
runs-on: ubuntu-18.04