rails_best_practices icon indicating copy to clipboard operation
rails_best_practices copied to clipboard

a code metric tool for rails projects

Results 63 rails_best_practices issues
Sort by recently updated
recently updated
newest added

## Feature It would be really nice if the project integrated with the [pre-commit project](https://pre-commit.com/), a widely used pre-commit hook management tool. Only a single file is required for integration...

We're getting a couple false positives on checking the return value from 'save' where we clearly _are_ checking it. 1. The case where the result is assigned to something, and...

While I agree with "isolate seed data" as a best practice, most of the cases where we're tripping this warning aren't cases which could be sensibly moved to seed data....

It is widely accepted by CI services to integrate with their UI. I think it'd be nice. I'd like it to be used this way: ``` bundle exec rails_best_practices --format...

For our (private) project, we're currently in the process of upgrade from HAML 5 to 6. After the upgrade, RBP marks all of our helper methods which we use in...

Hey! Please add documentation for config file and please add check for local rails_best_practices.yml and if it isn't present, to use default config

Auto corrected by following Format Ruby Code Click [here](https://awesomecode.io/repos/flyerhzm/rails_best_practices/format_configs/ruby) to configure it on awesomecode.io

=~ is deprecated

How can I make Views and Helpers methods invocation accounts for 'unused methods'?

When the `-f` option is specified in CLI, there is no way to write the analysis result to the pipe. - When the `-f` option is specified and `--output-file` option...