Skip to content

Change lenient, strict API to use an enum #13

@marten-voorberg

Description

@marten-voorberg

Currently, we have a boolean flag for strict and lenient. It is better to have an enum Leniency {STRICT, DEFAULT, LENIENT}. See the discussion in google#2295 for more details.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions