rails_best_practices
https://github.com/flyerhzm/rails_best_practices
Ruby
a code metric tool for rails projects
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
7 Subscribers
Add a CodeTriage badge to rails_best_practices
Help out
- Issues
- Proposal: Remove checks that are not Rails-specific
- False positive : check 'save' return value or use 'save!'
- Controller methods used in around_actions shouldn't be considered unused
- RemoveUnusedMethodsInModelsCheck gives false positives for chained scopes
- Must specify "except_methods: []" in config YML to suppress a warning
- False Positive For Unused Methods With Trailing Equal Sign '='
- Can't ignore partials when applying ReplaceInstanceVariableWithLocalVariableCheck rule
- remove unused methods is suggest if method is used by prepend_before_action
- False positive : remove unused methods model
- False positive : remove unused methods
- Docs
- List#validate_account_lists_limit
- Status#untrusted_favourites_count
- Status#untrusted_reblogs_count
- IpBlock.blocked_ips_map
- Mastodon::Version.api_versions
- Mastodon::Version#api_versions
- StatusPin#account_matches_status_account?
- AnnualReport.prepare
- AnnualReport.table_name_prefix
- StatusStat#clamp_untrusted_counts