Skip to content

Commit

Permalink
(SIMP-8139) Update to latest common assets (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct authored Aug 5, 2020
1 parent 0c82d54 commit a4c2698
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
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
26 changes: 13 additions & 13 deletions .gitignore
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
23 changes: 23 additions & 0 deletions .pmtignore
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/
1 change: 0 additions & 1 deletion .puppet-lint.rc
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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.4.10

0 comments on commit a4c2698

Please sign in to comment.