view modules/stdlib/.rubocop_todo.yml @ 447:1a9de0661666

Add missing package/dir for minimal Ubuntu Minimal is minimal - no locale, no cron, and some dirs do not exist
author IBBoard <dev@ibboard.co.uk>
date Mon, 08 May 2023 19:24:20 +0100
parents 4a2ee7e3b110
children adf6fe9bbc17
line wrap: on
line source

RSpec/NamedSubject:
  Enabled: false
Lint/ScriptPermission:
  Enabled: false
Style/HashSyntax:
  Exclude:
  - spec/spec_helper.rb
  EnforcedStyle: hash_rockets
Layout/IndentHeredoc:
  Enabled: false