diff options
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |