Fix false positives via CLI instead of typos.toml file #1262
-
Hi, I just wanted to know if it's somehow possible to add false positives via the CLI interface into This way we could directly add the typos config in the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
typos
intentionally keeps project configuration exclusively in the configuration file so that users can run the command without special invocations. There can be external runners that could house the configuration, like pre-commit, but there are still use cases for running outside of that (debugging one's setup, when we get interactive mode, etc). This is without getting into the complexity of specifying such configuration on the command-line.