Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add misc puppet-lint plugins #90

Merged
merged 3 commits into from
Sep 10, 2020
Merged

add misc puppet-lint plugins #90

merged 3 commits into from
Sep 10, 2020

Conversation

jhoblitt
Copy link
Owner

No description provided.

@jhoblitt
Copy link
Owner Author

I started converting the legacy facts but got tired of fighting the tests...

@@ -28,6 +28,14 @@ group :development do
gem "puppet-module-posix-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:ruby]
gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-lint-trailing_newline-check", '~> 1.1.0', require: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a .sync.yml along with this?

Gemfile:
  optional:
    ':development':
      - gem: 'puppet-lint-trailing_newline-check'

Would be the preference

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then you can just run pdk update and it'll go and generate all of those gemfile changes

Copy link
Collaborator

@frizop frizop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jhoblitt jhoblitt merged commit d2d6920 into master Sep 10, 2020
@jhoblitt jhoblitt deleted the maint/moar-lint branch September 10, 2020 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants