aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml2
-rw-r--r--.sync.yml6
2 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9045e76..7dc5efb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -74,6 +74,8 @@ Style/Documentation:
Exclude:
- lib/puppet/parser/functions/**/*
- spec/**/*
+ - lib/puppet/type/**
+ - lib/puppet/provider/**
Style/WordArray:
EnforcedStyle: brackets
Style/CollectionMethods:
diff --git a/.sync.yml b/.sync.yml
index ce056df..dd4f0d1 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -31,6 +31,12 @@ Rakefile:
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