smellcheck
Version updated for https://github.com/cheickmec/smellcheck to version v0.3.5.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Smellcheck is a Python code smell detector and refactoring tool designed to identify structural weaknesses in code that can hinder maintainability, extensibility, or readability. It automates the detection of 56 code smell patterns and provides guidance on 83 refactoring techniques, supporting integration as a CLI tool, GitHub Action, pre-commit hook, or AI coding assistant plugin. By highlighting potential design issues early, it simplifies code quality assurance and promotes cleaner, more maintainable codebases.
Release notes
0.3.5 (2026-02-19)
Bug Fixes
- sync plugin.json version with release-please (0e61420)