diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a860cd..b711faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # main +* Set `Rails/Date`, `AllowToTime` config to false. ([#80](https://github.com/petalmd/rubocop-petal/pull/80)) * Remove cop `RSpec/AuthenticatedAs`. ([#79](https://github.com/petalmd/rubocop-petal/pull/79)) # v1.3.1 (2024-02-13) diff --git a/config/base.yml b/config/base.yml index a1be352..6a6d9d0 100644 --- a/config/base.yml +++ b/config/base.yml @@ -78,6 +78,8 @@ RSpec/StubbedMock: RSpec/DescribeClass: Exclude: - spec/integration/**/*.rb +Rails/Date: + AllowToTime: false Rails/SaveBang: Enabled: true Rails/NotNullColumn: