Skip to content

Commit a55f671

Browse files
author
tphoney
committed
(FM-8198) rubocop cleanup
1 parent 6a7ef5c commit a55f671

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1092
-1695
lines changed

.gitignore

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
.git/
2-
.*.sw[op]
3-
.metadata
4-
.yardoc
5-
.yardwarns
6-
*.iml
7-
/.bundle/
8-
/.idea/
9-
/.vagrant/
10-
/coverage/
11-
/bin/
12-
/doc/
13-
/Gemfile.local
14-
/Gemfile.lock
15-
/junit/
16-
/log/
17-
/pkg/
18-
/spec/fixtures/manifests/
19-
/spec/fixtures/modules/
20-
/tmp/
21-
/vendor/
22-
/convert_report.txt
23-
/update_report.txt
24-
.DS_Store
1+
.git/
2+
.*.sw[op]
3+
.metadata
4+
.yardoc
5+
.yardwarns
6+
*.iml
7+
/.bundle/
8+
/.idea/
9+
/.vagrant/
10+
/coverage/
11+
/bin/
12+
/doc/
13+
/Gemfile.local
14+
/Gemfile.lock
15+
/junit/
16+
/log/
17+
/pkg/
18+
/spec/fixtures/manifests/
19+
/spec/fixtures/modules/
20+
/tmp/
21+
/vendor/
22+
/convert_report.txt
23+
/update_report.txt
24+
.DS_Store
25+
.envrc
26+
/inventory.yaml

.pdkignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
/convert_report.txt
2323
/update_report.txt
2424
.DS_Store
25+
.envrc
26+
/inventory.yaml
2527
/appveyor.yml
2628
/.fixtures.yml
2729
/Gemfile
@@ -30,8 +32,10 @@
3032
/.gitlab-ci.yml
3133
/.pdkignore
3234
/Rakefile
35+
/rakelib/
3336
/.rspec
3437
/.rubocop.yml
3538
/.travis.yml
3639
/.yardopts
3740
/spec/
41+
/.vscode/

.puppet-lint.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--relative

0 commit comments

Comments
 (0)