Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 897 Bytes

File metadata and controls

59 lines (34 loc) · 897 Bytes

CodeGuard – Automated Code Review Tool

CodeGuard is a lightweight developer tool designed to analyze source code and detect potential issues or bad coding practices.

The project demonstrates the concept of automated code quality analysis.

Features

  • Static code analysis
  • Detection of common coding issues
  • Lightweight developer tool
  • Modular analysis architecture

Tech Stack

  • Python
  • Static Code Analysis
  • Backend Architecture

Project Structure

codeguard/ │ ├── main.py ├── analyzer.py ├── requirements.txt └── README.md


Running the Project

Run:

python main.py

Example output:

Detected Issues:

Debug print statement detected


Future Improvements

  • Integration with CI/CD pipelines
  • Advanced code quality rules
  • GitHub pull request analysis