diff --git a/data/tools/codeguard.yml b/data/tools/codeguard.yml new file mode 100644 index 000000000..3efc3fa48 --- /dev/null +++ b/data/tools/codeguard.yml @@ -0,0 +1,18 @@ +name: CodeGuard +categories: + - linter +tags: + - python +license: MIT License +types: + - cli +source: "https://github.com/mohameden19961/codeguard" +homepage: "https://github.com/mohameden19961/codeguard" +description: >- + A Python code quality analyzer with 9 checks: complexity, style, security, + performance, documentation, naming, imports, duplication, and typing. + Supports auto-fix, pre-commit hooks, and CI/CD integration with SARIF, + HTML, JSON, Markdown, CSV, XML, and JUnit output formats. +resources: + - title: "CodeGuard — Python Code Quality Analyzer" + url: "https://github.com/mohameden19961/codeguard"