typos 1.38.0__tar.gz → 1.39.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of typos might be problematic. Click here for more details.

Files changed (53) hide show
  1. {typos-1.38.0 → typos-1.39.0}/Cargo.lock +2 -2
  2. {typos-1.38.0 → typos-1.39.0}/PKG-INFO +1 -1
  3. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/Cargo.toml +1 -1
  4. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/file_type_specifics.rs +9 -1
  5. {typos-1.38.0 → typos-1.39.0}/crates/typos-dict/Cargo.toml +1 -1
  6. {typos-1.38.0 → typos-1.39.0}/crates/typos-dict/src/word_codegen.rs +153444 -150227
  7. {typos-1.38.0 → typos-1.39.0}/Cargo.toml +0 -0
  8. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/Cargo.toml +0 -0
  9. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/aho_corasick.rs +0 -0
  10. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/gen.rs +0 -0
  11. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/insensitive.rs +0 -0
  12. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/lib.rs +0 -0
  13. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/map.rs +0 -0
  14. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/match.rs +0 -0
  15. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/ordered_map.rs +0 -0
  16. {typos-1.38.0 → typos-1.39.0}/crates/dictgen/src/trie.rs +0 -0
  17. {typos-1.38.0 → typos-1.39.0}/crates/typos/Cargo.toml +0 -0
  18. {typos-1.38.0 → typos-1.39.0}/crates/typos/README.md +0 -0
  19. {typos-1.38.0 → typos-1.39.0}/crates/typos/src/check.rs +0 -0
  20. {typos-1.38.0 → typos-1.39.0}/crates/typos/src/dict.rs +0 -0
  21. {typos-1.38.0 → typos-1.39.0}/crates/typos/src/lib.rs +0 -0
  22. {typos-1.38.0 → typos-1.39.0}/crates/typos/src/tokens.rs +0 -0
  23. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/README.md +0 -0
  24. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
  25. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
  26. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
  27. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/config.rs +0 -0
  28. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/default_types.rs +0 -0
  29. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/dict.rs +0 -0
  30. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/file.rs +0 -0
  31. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/file_type.rs +0 -0
  32. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/lib.rs +0 -0
  33. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/policy.rs +0 -0
  34. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/src/report.rs +0 -0
  35. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
  36. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
  37. {typos-1.38.0 → typos-1.39.0}/crates/typos-cli/tests/cmd/filename-typo.in/README.md +0 -0
  38. {typos-1.38.0 → typos-1.39.0}/crates/typos-dict/README.md +0 -0
  39. {typos-1.38.0 → typos-1.39.0}/crates/typos-dict/src/lib.rs +0 -0
  40. {typos-1.38.0 → typos-1.39.0}/crates/typos-vars/Cargo.toml +0 -0
  41. {typos-1.38.0 → typos-1.39.0}/crates/typos-vars/README.md +0 -0
  42. {typos-1.38.0 → typos-1.39.0}/crates/typos-vars/src/lib.rs +0 -0
  43. {typos-1.38.0 → typos-1.39.0}/crates/typos-vars/src/vars_codegen.rs +0 -0
  44. {typos-1.38.0 → typos-1.39.0}/crates/varcon/Cargo.toml +0 -0
  45. {typos-1.38.0 → typos-1.39.0}/crates/varcon/README.md +0 -0
  46. {typos-1.38.0 → typos-1.39.0}/crates/varcon/src/codegen.rs +0 -0
  47. {typos-1.38.0 → typos-1.39.0}/crates/varcon/src/lib.rs +0 -0
  48. {typos-1.38.0 → typos-1.39.0}/crates/varcon-core/Cargo.toml +0 -0
  49. {typos-1.38.0 → typos-1.39.0}/crates/varcon-core/README.md +0 -0
  50. {typos-1.38.0 → typos-1.39.0}/crates/varcon-core/src/borrowed.rs +0 -0
  51. {typos-1.38.0 → typos-1.39.0}/crates/varcon-core/src/lib.rs +0 -0
  52. {typos-1.38.0 → typos-1.39.0}/crates/varcon-core/src/parser.rs +0 -0
  53. {typos-1.38.0 → typos-1.39.0}/pyproject.toml +0 -0
@@ -1593,7 +1593,7 @@ dependencies = [
1593
1593
 
1594
1594
  [[package]]
1595
1595
  name = "typos-cli"
1596
- version = "1.38.0"
1596
+ version = "1.39.0"
1597
1597
  dependencies = [
1598
1598
  "ahash",
1599
1599
  "annotate-snippets",
@@ -1642,7 +1642,7 @@ dependencies = [
1642
1642
 
1643
1643
  [[package]]
1644
1644
  name = "typos-dict"
1645
- version = "0.13.9"
1645
+ version = "0.13.10"
1646
1646
  dependencies = [
1647
1647
  "codegenrs",
1648
1648
  "csv",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: typos
3
- Version: 1.38.0
3
+ Version: 1.39.0
4
4
  Classifier: Environment :: Console
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: Topic :: Software Development
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "typos-cli"
3
- version = "1.38.0"
3
+ version = "1.39.0"
4
4
  description = "Source Code Spelling Correction"
5
5
  readme = "README.md"
6
6
  categories = ["development-tools", "text-processing"]
@@ -38,7 +38,15 @@ pub(crate) const TYPE_SPECIFIC_DICTS: &[(&str, StaticDictConfig)] = &[
38
38
  "go",
39
39
  StaticDictConfig {
40
40
  ignore_idents: &[
41
- "flate", // https://pkg.go.dev/compress/flate
41
+ "flate", // https://pkg.go.dev/compress/flate
42
+ "Rela32", // https://pkg.go.dev/debug/elf#Rela32
43
+ "Rela64", // https://pkg.go.dev/debug/elf#Rela64
44
+ "NewCBCEncrypter", // https://pkg.go.dev/crypto/cipher#NewCBCEncrypter
45
+ "NewCFBEncrypter", // https://pkg.go.dev/crypto/cipher#NewCFBEncrypter
46
+ "O_WRONLY", // https://pkg.go.dev/os#O_WRONLY and https://pkg.go.dev/syscall#O_WRONLY
47
+ "NOTE_FFOR", // https://pkg.go.dev/syscall?GOOS=darwin#NOTE_FFOR
48
+ "TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", // https://pkg.go.dev/crypto/tls#TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
49
+ "TLS_RSA_WITH_3DES_EDE_CBC_SHA", // https://pkg.go.dev/crypto/tls#TLS_RSA_WITH_3DES_EDE_CBC_SHA
42
50
  ],
43
51
  ignore_words: &[],
44
52
  },
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "typos-dict"
3
- version = "0.13.9"
3
+ version = "0.13.10"
4
4
  description = "Source Code Spelling Correction"
5
5
  readme = "README.md"
6
6
  categories = ["development-tools", "text-processing"]