-
-
Notifications
You must be signed in to change notification settings - Fork 168
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] file-not-used: Emit message if there are xml, yml, sql or csv files but It isn't referenced from manifest #53
[ADD] file-not-used: Emit message if there are xml, yml, sql or csv files but It isn't referenced from manifest #53
Conversation
👍 |
@@ -91,7 +91,7 @@ | |||
# Files supported from manifest to convert | |||
# Extracted from openerp/tools/convert.py:def convert_file | |||
DFLT_EXTFILES_CONVERT = ['csv', 'sql', 'xml', 'yml'] | |||
DFLT_EXTFILES_TO_LINT = DFLT_EXTFILES_CONVERT + ['po', 'js', 'mako'] | |||
DFLT_EXTFILES_TO_LINT = DFLT_EXTFILES_CONVERT + ['po', 'js', 'mako', 'rst'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add md
, markdown
, 'png` ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added md
and markdown
extension to extra files to lint.
I don't understood the png
files because they are binary (not text) then I can't add a linter for a binary one
dd3fc55
to
2e05397
Compare
👍 |
1 similar comment
👍 |
…iles but It isn't referenced from manifest
2e05397
to
983aefe
Compare
Could we merge it? |
After merge this one could you create a tag to release a new version with all new checks? |
Merging. Please proceed yourself with the tag. |
No description provided.