Skip to content

ii review doesn't support loading AllowlistRules #312

@rkm

Description

@rkm

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.

$ 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:

Rules = deserializer.Deserialize<List<IsIdentifiableRule>>(existingRules) ?? new List<IsIdentifiableRule>();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions