strict = True in the config should enable the strict mode, but it doesn't work.
Closing this as per discussion on #2941.
Looks like this is in such demand that we should just support it. I'm calling for PRs (or revival of the existing PR).
Some work on this was done in #2941, which might be useful to anyone picking this up.
This got fixed I believe
If this is fixed, how do I use it? where is it documented @msullivan?
@briggySmalls looks like the PR for this was never merged.
This was merged in #8192. You can just put strict = True in a config file now.
Oh nice! Thanks people 馃憦
Most helpful comment
This was merged in #8192. You can just put
strict = Truein a config file now.