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
This commit addresses the following offenses.
```
$ tools/railspect changelogs .
..........E..
Offenses:
activesupport/CHANGELOG.md:5 CHANGELOG header must start with '*' and 3 spaces
* Restore the ability to decorate methods generated by `class_attribute`.
^^^^
activesupport/CHANGELOG.md:7 CHANGELOG line must be indented 4 spaces
It always has been complicated to use Module#prepend or an alias method chain
^^^^
activesupport/CHANGELOG.md:8 CHANGELOG line must be indented 4 spaces
to decorate methods defined by `class_attribute`, but became even harder in 8.0.
^^^^
activesupport/CHANGELOG.md:10 CHANGELOG line must be indented 4 spaces
This capability is now supported for both reader and writer methods.
^^^^
activesupport/CHANGELOG.md:12 CHANGELOG line must be indented 4 spaces
*Jean Boussier*
^^^^
13 changelogs inspected, 5 offenses detected
```
Follow up 5c31aba
0 commit comments