Skip to content

Commit 56df14a

Browse files
committed
Rubocop: Disable Naming/PredicateName cop
1 parent 63e06cc commit 56df14a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ Naming/MethodName:
2222
Naming/MethodParameterName:
2323
Enabled: false
2424

25+
Naming/PredicateName:
26+
Enabled: false
27+
2528
Style/StringLiterals:
2629
EnforcedStyle: double_quotes

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#### Fixed
44

55
- [#720](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/720) quoted_date doesn't work for Type::DateTime
6+
7+
#### Changed
8+
69
- [#826](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/826) Rubocop: Enable Style/StringLiterals cop
710
- [#827](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/827) Rubocop: Enable Layout/EmptyLinesAroundClassBody cop
811
- [#828](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/828) Rubocop: Enable Layout/EmptyLines cop
@@ -12,6 +15,7 @@
1215
- [#832](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/832) Rubocop: Enable Bundler cops
1316
- [#833](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/833) Rubocop: Enable Layout/* cops
1417
- [#834](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/834) Rubocop: Enable Lint/UselessAssignment cop
18+
- [#835](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/835) Rubocop: Configure Naming cops
1519

1620
## v6.0.0.rc1
1721

0 commit comments

Comments
 (0)