config/default.yml in rubocop-facter-0.2.0 vs config/default.yml in rubocop-facter-0.2.1

- old
+ new

@@ -1,3 +1,6 @@ Facter/RequireRelative: Description: 'Check that custom facts are not using require_relative' Enabled: true +Facter/FacterUtil: + Description: 'Check that facts do not require facter/util/*' + Enabled: true