Skip to content

Commit

Permalink
Fix YAML linting errors
Browse files Browse the repository at this point in the history
It's unclear why these errors were not flagged in CI, but they are being
flagged now by CI and can be reproduced locally. Something similar
happened in the submariner-operator repo.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and tpantelis committed Aug 20, 2021
1 parent a92c75e commit 261def7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: gomod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- reopened
- synchronize
schedule:
- cron: '0 0/6 * * *' # every 6 hours
- cron: '0 0/6 * * *' # every 6 hours

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linters-settings:
enabled-tags:
- diagnostic
- opinionated
#- performance
# - performance
- style
gocyclo:
min-complexity: 15
Expand Down
1 change: 1 addition & 0 deletions .lichen.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Licenses other than Apache-2.0 are governed by
# https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist
# Note that Allowlist also requires that projects were created
Expand Down
1 change: 1 addition & 0 deletions .submarinerbot.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
label-approved:
approvals: 2
label: ready-to-test

0 comments on commit 261def7

Please sign in to comment.