mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-25 17:12:16 -05:00
e70667ebae
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 |
||
---|---|---|
.. | ||
bin/typos-cli | ||
config.rs | ||
default_types.rs | ||
dict.rs | ||
file.rs | ||
lib.rs | ||
policy.rs | ||
report.rs |