Skip to content

Commit

Permalink
Set Rails/Date, AllowToTime config to false. (#80)
Browse files Browse the repository at this point in the history
* Set `Rails/Date`, `AllowToTime` config to false.

* Changelog
  • Loading branch information
Bhacaz authored Mar 13, 2024
1 parent e613520 commit ba9b027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ RSpec/StubbedMock:
RSpec/DescribeClass:
Exclude:
- spec/integration/**/*.rb
Rails/Date:
AllowToTime: false
Rails/SaveBang:
Enabled: true
Rails/NotNullColumn:
Expand Down

0 comments on commit ba9b027

Please sign in to comment.