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

Ignore certain checks in certain files #28

Closed
wpcarro opened this issue Aug 31, 2020 · 2 comments
Closed

Ignore certain checks in certain files #28

wpcarro opened this issue Aug 31, 2020 · 2 comments

Comments

@wpcarro
Copy link

wpcarro commented Aug 31, 2020

Thanks for writing this package!

I'm using a pattern like *.el, and I'd like to ignore certain checks, in some files but not in all files. Is this currently possible?

@gonewest818
Copy link
Owner

I handle this by running the tool more than once, with different arguments. A common case I have is that unit tests aren't "packages" so I don't want to run package-lint on those files.

Take a look at the feature described in issue #21 -- the ability to turn off certain checks for certain line ranges. Would that meet your needs?

@wpcarro
Copy link
Author

wpcarro commented Sep 1, 2020

Take a look at the feature described in issue #21 -- the ability to turn off certain checks for certain line ranges. Would that meet your needs?

Short answer: yes.

Thanks for linking to that issue. Let's discuss there!

@wpcarro wpcarro closed this as completed Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants