-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make all config options optional #156
Milestone
Comments
Sereja313
added a commit
that referenced
this issue
Sep 23, 2022
Problem: In #126 we made the `ignoreRefs` option required (to match the other options). However, having it optional is better for backwards-compatibility and to help users migrate to newer xrefcheck versions. Solution: Make all config options optional.
11 tasks
dcastro
added a commit
that referenced
this issue
Sep 24, 2022
…options-optional [#156] Make all config options optional
Now that this is merged, I think we should go over the multiple test config files in |
Sereja313
added a commit
that referenced
this issue
Sep 25, 2022
Problem: In #159 we made all config fields optional. Now we can trim redundant fields from test configs. Solution: Trim redundant config fields. Also slightly refactor `overrideVerify` function to make it more readable.
12 tasks
Sereja313
added a commit
that referenced
this issue
Sep 28, 2022
Problem: In #159 we made all config fields optional. Now we can trim redundant fields from test configs. Solution: Trim redundant config fields. Also slightly refactor `overrideVerify` function to make it more readable.
Sereja313
added a commit
that referenced
this issue
Oct 4, 2022
Problem: In #159 we made all config fields optional. Now we can trim redundant fields from test configs. Solution: Trim redundant config fields. Also slightly refactor `overrideVerify` function to make it more readable.
Sereja313
added a commit
that referenced
this issue
Oct 4, 2022
…onfig-fields [#156] Trim redundant config fields from test configs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clarification and motivation
In #126 we made the
ignoreRefs
option required (to match the other options).However, in a subsequent discussion, it was pointed out that having it optional is better for backwards-compatibility and to help users migrate to newer xrefcheck versions.
Let's make all the config options optional.
Acceptance criteria
The text was updated successfully, but these errors were encountered: