Strict configuration
See original GitHub issueIt seems I can do stuff like
[tool.ward]
lol = "roflmao"
or worse, minor typos
[tool.ward]
ordet = "random"
I’d like to propose making Ward error hard on invalid configuration (and print the name of the invalid conf option).
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
strict - TSConfig Option - TypeScript
All the configuration options for a project. Classes. How to provide types to JavaScript ES6 classes. Made with ♥ in Redmond, Boston, SF...
Read more >config | npm Docs
The command to run for npm edit and npm config edit . engine-strict. Default: false; Type: Boolean. If set to true, then npm...
Read more >Example: Configuring Strict-Priority Queuing | Junos OS
This example shows how to configure strict-priority queuing and prevent starvation of other queues.
Read more >TypeScript strict | webhint documentation
typescript-config/strict` checks if the property `strict` is enabled in the TypeScript configuration file (i.e `tsconfig.json`).
Read more >"Strict Mode" TypeScript config options - DEV Community
strictNullChecks; strictFunctionTypes; strictPropertyInitialization. So yeah, I lied. We're not just going to talk about one configuration ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Haha, oh yeah that could work (just replace
in
withnot in
😉 )getmembers
was the wrong thing… it’s late 😄 . I think something likewould work? If the key defined in the TOML isn’t defined in our
Config
dataclass, then tell the user