File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2023-11-28 08:35:58 UTC using RuboCop version 1.48.1 .
3
+ # on 2025-07-08 13:54:59 UTC using RuboCop version 1.50.2 .
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -23,7 +23,7 @@ RSpec/FilePath:
23
23
- ' spec/classes/mod/lookup_identity.rb'
24
24
- ' spec/classes/mod/proxy_wstunnel.rb'
25
25
26
- # Offense count: 290
26
+ # Offense count: 306
27
27
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
28
28
# SupportedStyles: always, named_only
29
29
RSpec/NamedSubject :
Original file line number Diff line number Diff line change 14
14
context 'on a Debian OS' do
15
15
shared_examples 'debian' do |loadfiles |
16
16
it { is_expected . to contain_class ( 'apache::params' ) }
17
- it { is_expected . to contain_apache__mod ( 'proxy_html' ) . with ( loadfiles : loadfiles ) }
17
+ it { is_expected . to contain_apache__mod ( 'proxy_html' ) . with ( loadfiles :) }
18
18
end
19
19
20
20
include_examples 'Debian 11'
Original file line number Diff line number Diff line change 1253
1253
end
1254
1254
1255
1255
describe 'serveraliases parameter' do
1256
- let ( :params ) { default_params . merge ( serveraliases : serveraliases ) }
1256
+ let ( :params ) { default_params . merge ( serveraliases :) }
1257
1257
1258
1258
context 'with a string' do
1259
1259
let ( :serveraliases ) { 'alias.example.com' }
You can’t perform that action at this time.
0 commit comments