Commit 345e43b
authored
* chore: fix warnings about using deprecated `Naming/PredicateName` cop
The cop was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`,
so we should use that one instead.
Fixes #215.
* build(deps): bump minimum required `rubocop` version to `~> 1.76`
* docs: update `CHANGELOG.md` changes to be released
1 parent 5bcc9d3 commit 345e43b
File tree
3 files changed
+6
-2
lines changed- rubocop-airbnb
- config
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments