Skip to content

Commit f717d62

Browse files
committed
Exclude ast.rb from Rubocop
Because ast.rb automatically generated from puppet/tasks/generate_ast_model.rake, this commit excludes it from all Rubocop checks.
1 parent 8c0ad76 commit f717d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ AllCops:
1515
- 'tasks/**/*'
1616
- 'ext/suse/puppet.spec'
1717
- 'lib/puppet/vendor/**/*'
18+
- 'lib/puppet/pops/model/ast.rb'
1819
- 'lib/puppet/pops/parser/eparser.rb'
1920

2021
# The formatting of defaults is unusual, so let's skip layout cops.

0 commit comments

Comments
 (0)