Skip to content

Commit

Permalink
Fix yaml lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aajith-arista committed Jan 2, 2024
1 parent 782a2fd commit cf28a6c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions manifest/testData/sampleManifest1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ package:
eextgen:
multilib:
i686:
native-arch:
remove: false
patterns:
- "iptables-devel*"
- "iptables-libs*"
other-arch:
remove: true
patterns:
- "iptables-devel*"

native-arch:
remove: false
patterns:

Check failure on line 89 in manifest/testData/sampleManifest1.yaml

View workflow job for this annotation

GitHub Actions / Lint

89:24 syntax error: mapping values are not allowed here (syntax)
- "iptables-devel*"
- "iptables-libs*"
other-arch:
remove: true
patterns:
- "iptables-devel*"

0 comments on commit cf28a6c

Please sign in to comment.