Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate Rubocop todo file from latest version of Rubocop. Latest version of Rubocop doesn't support Ruby 2.2 (EOL June 2018), so this also updates the Ruby dependency going forward to be Ruby 2.3+. Rubocop todo files help facilitate addressing a large number of style violations by allowing documented violations. The strategy of a todo file is to incrementally address violations while preventing violations of new code.
- Loading branch information