view modules/stdlib/.rubocop_todo.yml @ 461:5c97adb07a0a

Fix IP addresses in Ubuntu Apparently that file was wrong and didn't work after reboot. Each Ubuntu LTS has a different way of configuring. Also added a "restart networking on change" command.
author IBBoard <dev@ibboard.co.uk>
date Sun, 17 Sep 2023 15:20:12 +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