Skip to content

Commit 0dde06d

Browse files
Add CodeGuard to Python static analysis tools
1 parent 4996eff commit 0dde06d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

data/tools/codeguard.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CodeGuard
2+
categories:
3+
- linter
4+
tags:
5+
- python
6+
license: MIT License
7+
types:
8+
- cli
9+
source: "https://github.com/mohameden19961/codeguard"
10+
homepage: "https://github.com/mohameden19961/codeguard"
11+
description: >-
12+
A Python code quality analyzer with 9 checks: complexity, style, security,
13+
performance, documentation, naming, imports, duplication, and typing.
14+
Supports auto-fix, pre-commit hooks, and CI/CD integration with SARIF,
15+
HTML, JSON, Markdown, CSV, XML, and JUnit output formats.
16+
resources:
17+
- title: "CodeGuard — Python Code Quality Analyzer"
18+
url: "https://github.com/mohameden19961/codeguard"

0 commit comments

Comments
 (0)