view modules/stdlib/.rubocop_todo.yml @ 458:d7ad78f128b1

Disable Puppet service It uses a server, not local files, so it has been failing to find the domain "puppet" since we installed it. CentOS didn't seem to auto-run the service
author IBBoard <dev@ibboard.co.uk>
date Sat, 02 Sep 2023 19:59:46 +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