How to ignore some rails_best_practices gem warnings?
Posted by
mahkhaled
on
November 09, 2011
I am using metric_fu and rails_best_practices gems for my applications. But this time I was assigned to an old project that was under development for more than 1 year.
When I used rails_best_practices gem to generate warnings, I found hundreds of warnings.
The problem is that I can't find warnings generated by myself through all these hundreds of warnings. I don't want to fix all these warnings right now. I just want to fix my new warnings and mark the old warnings to check them in the future.
Is there any method to ignore these old warnings?
Answers
Answered by
flyerhzm
on
November 10, 2011
Please check out "Customize Configuration" section here: https://github.com/flyerhzm/rails_best_practices

Login to leave a comment