-
-
Notifications
You must be signed in to change notification settings - Fork 353
Check unknown config in configuration file #300
Copy link
Copy link
Labels
good first issueissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: featureA new enhacement proposalA new enhacement proposal
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueissue-status: wait-for-implementationmaintainers agree on the bug / featuremaintainers agree on the bug / featuretype: featureA new enhacement proposalA new enhacement proposal
Description
Check whether unknown configuration exists in the configuration file when
strict_config=Trueis passed. It should work like--strict-markersin pytest. It can avoid typo in the configuration.Possible Solution
strict_configas a configurationstrict_config=TrueAdditional context
Related Issue