-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-8139) Update to latest common assets (#29)
- Loading branch information
Showing
5 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*.erb eol=lf | ||
*.pp eol=lf | ||
*.sh eol=lf | ||
*.epp eol=lf | ||
*.rb eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# NOTE: This file is managed by puppetsync. Make sure any changes are | ||
# reflected in the control repo. | ||
.*.sw? | ||
.yardoc | ||
.idea/ | ||
dist | ||
pkg/ | ||
spec/fixtures/ | ||
spec/rp_env | ||
!/spec/hieradata/default.yaml | ||
!/spec/fixtures/site.pp | ||
.rspec_system | ||
.vagrant | ||
.bundle | ||
Gemfile.lock | ||
vendor | ||
junit | ||
log | ||
doc | ||
/pkg | ||
/spec/fixtures | ||
/spec/rp_env | ||
/.rspec_system | ||
/.vagrant | ||
/.bundle | ||
/vendor | ||
/junit | ||
/log | ||
/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# .pmtignore is required to mask symlinks from the `puppet module build` test | ||
# In the module's pipeline sanity checks | ||
# ------------------------------------------------------------------------------ | ||
# NOTE: This file is managed by puppetsync. Make sure any changes are | ||
# reflected in the control repo. | ||
# ------------------------------------------------------------------------------ | ||
.*.sw? | ||
.yardoc | ||
dist/ | ||
pkg/ | ||
spec/fixtures/ | ||
spec/acceptance/ | ||
spec/rp_env/ | ||
!/spec/hieradata/default.yaml | ||
!/spec/fixtures/site.pp | ||
.rspec_system | ||
.vagrant/ | ||
.bundle/ | ||
Gemfile.lock | ||
vendor/ | ||
junit/ | ||
log/ | ||
doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--log-format="%{path}:%{line}:%{check}:%{KIND}:%{message}" | ||
--relative | ||
--no-class_inherits_from_params_class-check | ||
--no-80chars-check | ||
--no-140chars-check | ||
--no-trailing_comma-check | ||
--no-empty_string_assignment-check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.4 | ||
2.4.10 |