typos/src
Ed Page e70667ebae fix: Ignore lock files by default
First, this centralizes the concept of lock files, focusing on intent,
rather than syntax.  We are assuming `requirements.txt` for Python is
being used like a regular lock file and not as a dependency
specification.

Second, we then ignore the content.  Though a lock file will generally
contain things that could show up in a dependency specification, the
large dependency trees make that harder to manage.  We still have the
dependency specification file which will match with the users code.

Fixes #445
2022-03-09 08:45:55 -06:00
..
bin/typos-cli refactor: Resolve deprecations 2022-03-01 08:38:31 -06:00
config.rs fix: Ignore lock files by default 2022-03-09 08:45:55 -06:00
default_types.rs fix: Ignore lock files by default 2022-03-09 08:45:55 -06: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