Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linters #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add linters #54

wants to merge 1 commit into from

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