Skip to content

xerxes01x/codeguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automated code review and bug detection tool built with Python and FastAPI to analyze source code quality and identify potential issues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages