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

Allow linter to run recursively (across all of aggregate) #232

Open
schuylermartin45 opened this issue May 11, 2023 · 3 comments
Open

Allow linter to run recursively (across all of aggregate) #232

schuylermartin45 opened this issue May 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@schuylermartin45
Copy link
Collaborator

#227 Is likely a pre-requisite to this enhancement.

For the purposes of auditing everything we are responsible for, I think the linter should be able to run across the entirety of aggregate recusively.

When we add new linter rules, we inherently cause new issues to crop-up across the feedstocks. It would be beneficial to detect and anticipate the fallout from adding new rules. It may also lend itself to better automated tooling in the future.

@schuylermartin45 schuylermartin45 added the enhancement New feature or request label May 11, 2023
@razzlestorm
Copy link
Contributor

This is possible with the anaconda-expeditor hackdays project. Would love to get that productionized either in the linter repo or somewhere else, and mentioned here.

@razzlestorm
Copy link
Contributor

We shouldn't rebuild a package just for the sake of making sure the linter doesn't throw errors.
Also, this will help find bugs within the linter itself.

@schuylermartin45
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants