Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CodeLimit workflow #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robvanderleek
Copy link

Thanks for this wonderful project.
Are you open to include a simple code quality check in the automated build system?
I'm developing an open source tool called CodeLimit that monitors function length.
Still in active development, looking for any kind of feedback from the community.
The generated report for this codebase is attached below.

CodeLimit Report

Overview

Language Files Lines of Code Functions
Python 14 734 96 3 0

Summary

Easy / Verbose Hard-to-maintain ⚠ Unmaintainable ❌
85% 15% 0%

✅ 85% of the functions are maintainable, no refactoring necessary.

Findings

Function Length File
quickstart 38 twtxt/cli.py
timeline 36 twtxt/cli.py
build_default_map 32 twtxt/config.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