Remove class_parameter_defaults puppet-lint check

- Why? because we disable a check which has been deleted for a
  while from puppet-lint code!

Change-Id: I0a01bc41ef15d0312520cfaf71cb704843cbe824
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2015-11-05 16:05:59 +01:00
parent 7cbc7a0054
commit ee4fc8359a
1 changed files with 0 additions and 1 deletions

View File

@ -24,5 +24,4 @@ Rakefile:
default_disabled_lint_checks:
- '80chars'
- 'class_inherits_from_params_class'
- 'class_parameter_defaults'
- 'only_variable_string'