X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/63ba33d78eadd69c980b6ad55df5e9fbdc490be6..2325418cfc4f99a44385cec3a62750e393dc48fc:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index a2d78c8d2..c4b812d92 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,13 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 3.0 + TargetRubyVersion: 3.1 ChefModernize/IncludingAptDefaultRecipe: Enabled: false + +Chef/Modernize/CronDFileOrTemplate: + Enabled: false Layout/ExtraSpacing: AllowForAlignment: true