Skip to content

Conversation

@jayvdb
Copy link
Member

@jayvdb jayvdb commented Nov 11, 2018

No description provided.

<ul>
{% for package in linter.packages %}
<li>{{ package.manager.name }} {{ package.name }}
{% endfor %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unlabeled control end tag

Origin: Jinja2Bear, Section: jinja2.

The issue can be fixed by applying the following patch:

--- a/tmp/tmp5qkx5gpz/templates/Linter.html.jinja2
+++ b/tmp/tmp5qkx5gpz/templates/Linter.html.jinja2
@@ -28,7 +28,7 @@
           <ul>
               {% for package in linter.packages %}
               <li>{{ package.manager.name }} {{ package.name }}
-              {% endfor %}
+              {% endfor %}{# for package in linter.packages #}
           </ul>
       </td>
     </tr>

wikidata: String # optional
website: String
languages: Language[]
aspects: Aspect[] # i.e. CAN_DETECT & CAN_FIX
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing spaces (trailing-spaces)

Origin: YAMLLintBear, Section: yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant