1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Jared Beck
67f1cb48e4 Fix Lint/Loop 2016-02-15 20:04:07 -05:00
Jared Beck
f68432fd93 Fix Lint/IneffectiveAccessModifier
Note that the `private` access modifier has been removed. Actually fixing
said modifier would be a breaking change.
2016-02-15 19:58:23 -05:00
Jared Beck
1f2e0fc53f Fix Lint/HandleExceptions 2016-02-15 19:53:13 -05:00
Jared Beck
a6efd0b2ec Fix Lint/DeprecatedClassMethods 2016-02-15 19:30:17 -05:00
Jared Beck
08efe9f7a8 Fix Lint/AmbiguousRegexpLiteral 2016-02-15 19:28:54 -05:00
Jared Beck
d86e6ec64c Break long lines in spec dir 2016-02-15 18:27:57 -05:00
Jared Beck
0d7e33eb2e Break long lines in test dir 2016-02-15 18:13:45 -05:00
Jared Beck
ddf7f45ff4 rubocop 0.37.2 (was 0.35.1) 2016-02-15 16:50:25 -05:00
Jared Beck
c97eb17045 Lint: Disable Style/BlockDelimiters 2016-01-18 14:28:12 -05:00
Jared Beck
3a72b7f7c7 Code style: Break long lines 2015-12-13 00:01:40 -05:00
Jared Beck
cbce4d361f Run rubocop linter before test suite
Most of the "cops" are wholly or partially disabled at this point.
As offenses are fixed, cops will move from `.rubocop_todo.yml` to
`.rubocop.yml`.

See
https://github.com/bbatsov/rubocop#automatically-generated-configuration
for details.
2015-11-27 21:25:41 -05:00