66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 2
10- # Configuration parameters: EnforcedStyle, AllowedPatterns, ForbiddenIdentifiers, ForbiddenPatterns.
11- # SupportedStyles: snake_case, camelCase
12- # ForbiddenIdentifiers: __id__, __send__
13- Naming/MethodName :
14- Exclude :
15- - ' spec/mocks/win32ole.rb'
16- - ' spec/mocks/ffi.rb'
17- - ' spec/facter/util/windows/network_utils_spec.rb'
18-
199# Offense count: 3
2010# This cop supports safe autocorrection (--autocorrect).
2111Performance/RegexpMatch :
@@ -35,7 +25,7 @@ Style/ClassVars:
3525 - ' spec/custom_facts/puppetlabs_spec/files.rb'
3626 - ' spec/framework/logging/logger_spec.rb'
3727
38- # Offense count: 981
28+ # Offense count: 982
3929# Configuration parameters: AllowedConstants.
4030Style/Documentation :
4131 Enabled : false
@@ -46,3 +36,16 @@ Style/Documentation:
4636Style/OptionalBooleanParameter :
4737 Exclude :
4838 - ' lib/facter/util/resolvers/http.rb'
39+
40+ # Offense count: 13
41+ # This cop supports unsafe autocorrection (--autocorrect-all).
42+ Style/SlicingWithRange :
43+ Exclude :
44+ - ' install.rb'
45+ - ' lib/facter/facts/solaris/ldom.rb'
46+ - ' lib/facter/framework/cli/cli.rb'
47+ - ' lib/facter/resolvers/aix/serialnumber.rb'
48+ - ' lib/facter/resolvers/freebsd/swap_memory.rb'
49+ - ' lib/facter/resolvers/networking.rb'
50+ - ' lib/facter/resolvers/partitions.rb'
51+ - ' lib/facter/util/api_debugger.rb'
0 commit comments