We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc60b3 commit f27805cCopy full SHA for f27805c
2 files changed
java-health/owlbot.py
@@ -33,6 +33,5 @@
33
"java.header",
34
"license-checks.xml",
35
"renovate.json",
36
- ".gitignore",
37
- ],
38
-)
+ ".gitignore"
+])
sdk-platform-java/hermetic_build/library_generation/templates/owlbot.py.j2
@@ -24,7 +24,10 @@ java.common_templates(
24
monorepo=True,{% if template_excludes %}
25
excludes=[
26
{%- for exclude in template_excludes %}
27
- "{{ exclude }}",
+ "{{ exclude }}"{% if not loop.last %},{% endif %}
28
{%- endfor %}
29
- ],{% endif %}
30
-){% endif %}
+{%- else %}
31
+)
32
+{%- endif %}
0 commit comments