From 0dde06db909cff7ad0a8f88b65f34f8cd7812f73 Mon Sep 17 00:00:00 2001 From: abdy mohameden Date: Sun, 24 May 2026 21:24:47 +0000 Subject: [PATCH] Add CodeGuard to Python static analysis tools --- data/tools/codeguard.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/tools/codeguard.yml 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"