Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.55 KB

taegis-sdk-go

Contributing

  • Test coverage must be maintained above 85%
  • All types, structs, and funcs must be documented
  • Examples must be added to the examples/ directory
  • Dependency list with licenses needs to be kept up to date

Future Integrations

Development

  1. Install git secrets brew install gitleaks
  2. Install pre-commit brew install pre-commit & pre-commit install
  3. Check for secrets make secrets or commit and the pre-commit hook will install

Dependencies