-
Notifications
You must be signed in to change notification settings - Fork 18
/
.rubocop_todo.yml
26 lines (24 loc) · 915 Bytes
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-01-27 13:13:41 +0000 using RuboCop version 0.36.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 31
# Cop supports --auto-correct.
Style/MutableConstant:
Exclude:
- 'lib/packer-config.rb'
- 'lib/packer/builder.rb'
- 'lib/packer/postprocessor.rb'
- 'lib/packer/provisioner.rb'
- 'lib/packer/version.rb'
- 'spec/integration/centos_vagrant_spec.rb'
- 'spec/packer/postprocessor_spec.rb'
- 'spec/packer/provisioner_spec.rb'
# Offense count: 34
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false