typos/crates/typos-cli/tests/cmd
Ed Page 1b92c0182c fix(config): Propagate validation errors
When `flatten`ing an `Option`, all errors are silenced, making the value
`None`, not just "this field doesn't exist".
The easiest way around this was to not use `Option`.

Not too confident in all of the changes but tests pass?

Fixes #881
2023-12-08 13:07:52 -06:00
..
config-disallowed.in test(cli): Verify disallowed functionality 2023-08-09 08:15:05 -05:00
extend-builtin-dict.in fix(config): Force-skip config files 2023-06-22 12:20:07 -05:00
extend-ignore-identifiers-re-bad.in test: Demonstrate bad config bug 2023-12-08 12:13:53 -06:00
extend-ignore-identifiers-re.in fix(config): Force-skip config files 2023-06-22 12:20:07 -05:00
extend-ignore-re.in fix(config): Force-skip config files 2023-06-22 12:20:07 -05:00
extend-ignore-words-re.in feat(config): Allow ignoring words by regex 2023-10-16 12:37:00 -05:00
false-positives.in test(cli): Verify some Julia terms 2023-10-16 20:40:15 -05:00
file-list-stdin.in feat: --file-list support 2023-10-11 16:32:31 -07:00
force-exclude.in test(cli): Reproduce force-exclude bug 2023-11-06 11:20:21 -06:00
ignore-line.in test: Demo line-ignore behavior 2023-09-26 11:01:26 -05:00
missing-arg.in test(cli): Show no file error 2023-08-21 10:16:16 -05:00
missing-config.in test(cli): Verify missing config error 2023-08-18 16:03:07 -05:00
override-default-type.in fix(config): Force-skip config files 2023-06-22 12:20:07 -05:00
ssl-cipher-suite.in docs(cli): Show SSL cipher suites 2023-04-11 01:17:33 -05:00
utf16.in test(cli): Add UTF16 test 2023-03-30 07:45:24 -05:00
assumed-dir-failure.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
config-disallowed.toml fix(cli): Report bad exit code on disallowed 2023-08-09 08:21:53 -05:00
double-escaped.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
extend-builtin-dict.toml fix(config): Always apply type defaults 2023-06-22 09:57:15 -05:00
extend-ignore-identifiers-re-bad.toml fix(config): Propagate validation errors 2023-12-08 13:07:52 -06:00
extend-ignore-identifiers-re.toml fix: Actuall ignore ignored identifiers 2023-03-17 23:47:25 -05:00
extend-ignore-re.toml feat(config): Custom ignores 2023-03-18 01:25:39 -05:00
extend-ignore-words-re.toml feat(config): Allow ignoring words by regex 2023-10-16 12:37:00 -05:00
false-positives.toml fix(dict): Dont correct common Julia terms 2023-10-16 20:51:12 -05:00
file-failure.toml test: Try to fix CI 2023-03-18 02:15:16 -05:00
file-list-stdin.toml feat: --file-list support 2023-10-11 16:32:31 -07:00
force-exclude.toml fix(cli): Respect force-exclude for simple exclude pattersn 2023-11-06 11:32:44 -06:00
help.toml feat: --file-list support 2023-10-11 16:32:31 -07:00
ignore-line.toml test: Demo line-ignore behavior 2023-09-26 11:01:26 -05:00
missing-arg.toml fix(cli): Improve error when args aren't present 2023-08-21 10:20:16 -05:00
missing-config.toml fix(cli): Improve error on missing config 2023-08-18 16:08:25 -05:00
override-default-type.toml fix(cli): Add styling to --file-types 2023-10-27 09:19:42 -05:00
relative-dir-failure.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
ssl-cipher-suite.toml docs(cli): Show SSL cipher suites 2023-04-11 01:17:33 -05:00
stdin-correct.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
stdin-failure-multiwidth.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
stdin-failure.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
stdin-success.toml test(cli): Consolidate files 2023-03-17 23:30:24 -05:00
utf16.toml test(cli): Add UTF16 test 2023-03-30 07:45:24 -05:00