Replies: 1 comment 3 replies
-
|
Hi, can you please elaborate on this more? I don't get what problem you're trying to solve and what you want to achieve. Please elaborate about what's going on in your main branch and in your feature branch and what would your proposal achieve. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm a long-time user, and have frequently found myself wanting a particular feature for working on legacy projects: the ability to report heightened analysis and ignore baseline on the diff of my work. (I understand fully the importance of running analysis over the entire codebase.)
I have a couple different ways of doing this but they are cumbersome. It would be very easy to script the results I'm looking for with a new CLI
--exclude-filesthat would supplement the same feature in the Neon config. This would allow me to run--generate-baseline --exclude-files $DIFF-FILESon the main branch and then rerun a standard analysis on my feature branch.If this seems reasonable and feasible I will offer bounty for the feature.
EDIT: I misspoke, this would need to be
--ignore-errors-in-files, not actual exclusions.Beta Was this translation helpful? Give feedback.
All reactions