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,14 +25,33 @@ 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
4232
33+ # Offense count: 2
34+ # This cop supports unsafe autocorrection (--autocorrect-all).
35+ Style/IdenticalConditionalBranches :
36+ Exclude :
37+ - ' lib/docs/generate.rb'
38+
4339# Offense count: 2
4440# Configuration parameters: AllowedMethods.
4541# AllowedMethods: respond_to_missing?
4642Style/OptionalBooleanParameter :
4743 Exclude :
4844 - ' lib/facter/util/resolvers/http.rb'
45+
46+ # Offense count: 13
47+ # This cop supports unsafe autocorrection (--autocorrect-all).
48+ Style/SlicingWithRange :
49+ Exclude :
50+ - ' install.rb'
51+ - ' lib/facter/facts/solaris/ldom.rb'
52+ - ' lib/facter/framework/cli/cli.rb'
53+ - ' lib/facter/resolvers/aix/serialnumber.rb'
54+ - ' lib/facter/resolvers/freebsd/swap_memory.rb'
55+ - ' lib/facter/resolvers/networking.rb'
56+ - ' lib/facter/resolvers/partitions.rb'
57+ - ' lib/facter/util/api_debugger.rb'
0 commit comments