Skip to content

Add code quality badges and Code Climate configuration#13

Merged
springwq merged 2 commits intomainfrom
feature/add-code-quality
Mar 4, 2026
Merged

Add code quality badges and Code Climate configuration#13
springwq merged 2 commits intomainfrom
feature/add-code-quality

Conversation

@springwq
Copy link
Owner

@springwq springwq commented Mar 4, 2026

  • Add CodeFactor badge for automated code quality analysis
  • Add Code Climate badge for maintainability tracking
  • Create .codeclimate.yml configuration file with:
    • Complexity and quality checks
    • RuboCop, Brakeman, and Bundler Audit plugins
    • Exclude patterns for config, db, spec, and vendor

To activate:

  1. CodeFactor: Visit https://www.codefactor.io and add the repository

springwq and others added 2 commits March 4, 2026 20:07
- Add CodeFactor badge for automated code quality analysis
- Add Code Climate badge for maintainability tracking
- Create .codeclimate.yml configuration file with:
  - Complexity and quality checks
  - RuboCop, Brakeman, and Bundler Audit plugins
  - Exclude patterns for config, db, spec, and vendor

To activate:
1. CodeFactor: Visit https://www.codefactor.io and add the repository
2. Code Climate: Visit https://codeclimate.com and add the repository,
   then replace YOUR_BADGE_ID in README with the actual badge ID

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove Code Climate badge from README
- Delete .codeclimate.yml configuration file
- Add .codefactor configuration file with:
  - Exclude patterns for spec, test, config, db, vendor
  - RuboCop integration enabled
  - Use existing .rubocop.yml configuration

CodeFactor will automatically analyze the repository and provide
code quality scores based on RuboCop rules.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@springwq springwq merged commit b66469b into main Mar 4, 2026
3 checks passed
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants