typos/src
Ed Page bead488a6c fix(config): Set file types for go.mod/go.sum
`go.mod` seems to be a specification file which we tend to lump in with
the language itself since a weirdly spell dependency will likely show up
in code.

`go.sum` seems to be like a lock file which we quarantine into its own
file type.

Fixes #458
2022-04-06 12:19:49 -05:00
..
bin/typos-cli style: Update clippy 2022-03-29 15:07:19 -05:00
config.rs chore: Remove duplicate lock entry 2022-04-06 12:18:40 -05:00
default_types.rs fix(config): Set file types for go.mod/go.sum 2022-04-06 12:19:49 -05:00
dict.rs style: Remove unused variable 2021-12-14 15:41:52 -06:00
file.rs style: Make clippy happy 2021-11-08 11:28:34 -06:00
lib.rs refactor: Pull out custom default types 2022-03-09 08:28:23 -06:00
policy.rs refactor: Pull out custom default types 2022-03-09 08:28:23 -06:00
report.rs refactor(cli)!: Shift Report impls to bin 2021-05-12 19:51:41 -05:00