You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?The text was updated successfully, but these errors were encountered: