We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ii review
This is likely due to a change in how we use the tool, as previously the review tool wasn't used to review FailureStoreReports from file extractions.
FailureStoreReport
$ cat NewRules.yaml - Action: Ignore IfPartPattern: ^ABCD$ $ ./ii review ExampleReport.csv Unhandled exception. (Line: 2, Col: 3, Idx: 19) - (Line: 2, Col: 16, Idx: 32): Property 'IfPartPattern' not found on type 'IsIdentifiable.Rules.IsIdentifiableRule'. Aborted
Caused by:
IsIdentifiable/IsIdentifiable/Redacting/OutBase.cs
Line 73 in 16c1835
The text was updated successfully, but these errors were encountered:
The logging here could also be improved
Sorry, something went wrong.
Side effect of this issue in YamlDotNet - aaubry/YamlDotNet#605 - addressed here: aaubry/YamlDotNet#774 - hopefully easily fixable now?
rkm
Successfully merging a pull request may close this issue.
This is likely due to a change in how we use the tool, as previously the review tool wasn't used to review
FailureStoreReport
s from file extractions.Caused by:
IsIdentifiable/IsIdentifiable/Redacting/OutBase.cs
Line 73 in 16c1835
The text was updated successfully, but these errors were encountered: