Skip to content

Smart code reviewer#404

Open
TheBinaryAVA wants to merge 4 commits intohastagAB:masterfrom
TheBinaryAVA:Smart-Code-reviewer
Open

Smart code reviewer#404
TheBinaryAVA wants to merge 4 commits intohastagAB:masterfrom
TheBinaryAVA:Smart-Code-reviewer

Conversation

@TheBinaryAVA
Copy link
Copy Markdown

Description

Added a Smart Code Reviewer CLI tool using Python AST.

Features

  • Detects long functions
  • Flags nested loops (O(n²) risk)
  • Checks missing docstrings

Usage

python reviewer.py <file.py>

## Description
Added a Smart Code Reviewer CLI tool using Python AST.

## Features
- Detects long functions
- Flags nested loops (O(n²) risk)
- Checks missing docstrings

## Usage
python reviewer.py <file.py>
## Description
Added a Smart Code Reviewer CLI tool using Python AST.

## Features
- Detects long functions
- Flags nested loops (O(n²) risk)
- Checks missing docstrings

## Usage
python reviewer.py <file.py>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant