nevinera / quiet_quality

A system for finding and annotating quality issues on your forward diffs
MIT License
12 stars 0 forks source link

Fix handling of changed-files configuration #89

Closed nevinera closed 1 year ago

nevinera commented 1 year ago

Add an includes-validation to the global and tool options during both writing and reading, which was the crux of the issue (parts of the system disagreed about what various options were called).

Then update the ArgParser and Config::Parser to produce the expected option names (the selected option names were those already expected by the Builder).

Resolves #88