You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: [NO-TKT] update deprecated configs
When updating the rubocop gem in mob-api, rubocop was showing deprecation errors coming from this gem. This updates the rubocop configurations to fix those errors
New config style and update Rubocop (#7)
Initial config was importing copy of config/default.yml instead of
using the one from the gem. Using that file from the gem should reduce
level of effort for future updates.
Adding rubocop-rake
Improving documentation around generation and use of todo file and
intent of `.rubocop.yml` vs `.rubocop_todo.yml` when used within a
project.
Update rubocop, performance, add thread_safety and rails (#5)
* Update Rubocop; Add modules Rails and Thread Safety
Use latest version of rubocop (0.77.0) and rubocop-performance (1.5.1),
add rubocop-thread_safety (0.3.4), add rubocop-rails (2.4.0).
Add known issue about Style/TrivialAccessors warning