Skip to content

Commit ab68fba

Browse files
committed
Added additional galaxy[tags] checks
1 parent 5ab7c7e commit ab68fba

File tree

19 files changed

+149
-4
lines changed

19 files changed

+149
-4
lines changed

examples/galaxy_no_required_tags/fail/changelogs/changelog.yaml renamed to examples/galaxy_tags/galaxy_count_tags/changelogs/changelog.yaml

File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
namespace: bar
3+
name: foo
4+
version: "1.0.0" # <-- that version is not valid, should be 1.0.0 or greater
5+
authors:
6+
- John
7+
readme: ../README.md
8+
description: "..."
9+
license:
10+
- Apache-2.0
11+
repository: https://github.com/ansible-collections/community.REPO_NAME
12+
tags:
13+
- application
14+
- tag2
15+
- tag3
16+
- tag4
17+
- tag5
18+
- tag6
19+
- tag7
20+
- tag8
21+
- tag9
22+
- tag10
23+
- tag11
24+
- tag12
25+
- tag13
26+
- tag14
27+
- tag15
28+
- tag16
29+
- tag17
30+
- tag18
31+
- tag19
32+
- tag20
33+
- tag21

examples/galaxy_no_required_tags/fail/meta/runtime.yml renamed to examples/galaxy_tags/galaxy_count_tags/meta/runtime.yml

File renamed without changes.

examples/galaxy_no_required_tags/pass/changelogs/changelog.yaml renamed to examples/galaxy_tags/galaxy_invalid_format_tags/changelogs/changelog.yaml

File renamed without changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
namespace: bar
3+
name: foo
4+
version: "1.0.0"
5+
authors:
6+
- John
7+
readme: ../README.md
8+
description: "..."
9+
license:
10+
- Apache-2.0
11+
repository: https://github.com/ansible-collections/community.REPO_NAME
12+
tags:
13+
- application
14+
- invalid-tag-format

examples/galaxy_no_required_tags/pass/meta/runtime.yml renamed to examples/galaxy_tags/galaxy_invalid_format_tags/meta/runtime.yml

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
releases: {}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
namespace: bar
3+
name: foo
4+
version: "1.0.0"
5+
authors:
6+
- John
7+
readme: ../README.md
8+
description: "..."
9+
license:
10+
- Apache-2.0
11+
repository: https://github.com/ansible-collections/community.REPO_NAME
12+
tags:
13+
- application
14+
- this_is_an_utterly_ridiculous_and_insanely_long_tag_length_eye_roll
15+
- also_a_ridiculously_long_tag_but_within_the_limits

examples/galaxy_tags/galaxy_invalid_length_tags/meta/runtime.yml

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
releases: {}

0 commit comments

Comments
 (0)