The type & provider are documented using tooling that Rubocop isn't aware
of, so we just disable this cop for those files.
Exclude:
- lib/puppet/parser/functions/**/*
- spec/**/*
+ - lib/puppet/type/**
+ - lib/puppet/provider/**
Style/WordArray:
EnforcedStyle: brackets
Style/CollectionMethods:
default_configs:
RSpec/NamedSubject:
Enabled: false
+ Style/Documentation:
+ Exclude:
+ - lib/puppet/parser/functions/**/*
+ - spec/**/*
+ - lib/puppet/type/**
+ - lib/puppet/provider/**
.gitlab-ci.yml:
delete: true