You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
910 B

  1. [files]
  2. extend-exclude = [
  3. ".git/",
  4. "docs/",
  5. "CREDITS",
  6. "go.mod",
  7. "go.sum",
  8. ]
  9. ignore-hidden = false
  10. [default]
  11. extend-ignore-re = [
  12. "Patrick Collison",
  13. "Copyright 2014 Unknwon",
  14. "[0-9A-Za-z/+=]{64}",
  15. "ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF",
  16. "eyJmb28iOiJiYXIifQ",
  17. "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.*",
  18. "MIIDBTCCAe2gAwIBAgIQWHw7h.*",
  19. 'http\.Header\{"X-Amz-Server-Side-Encryptio":',
  20. "ZoEoZdLlzVbOlT9rbhD7ZN7TLyiYXSAlB79uGEge",
  21. "ERRO:",
  22. ]
  23. [default.extend-words]
  24. "encrypter" = "encrypter"
  25. "kms" = "kms"
  26. "requestor" = "requestor"
  27. [default.extend-identifiers]
  28. "HashiCorp" = "HashiCorp"
  29. [type.go.extend-identifiers]
  30. "bui" = "bui"
  31. "dm2nd" = "dm2nd"
  32. "ot" = "ot"
  33. "ParseND" = "ParseND"
  34. "ParseNDStream" = "ParseNDStream"
  35. "pn" = "pn"
  36. "TestGetPartialObjectMisAligned" = "TestGetPartialObjectMisAligned"
  37. "thr" = "thr"
  38. "toi" = "toi"