Skip to content

Commit

Permalink
migrate gem from hostnet to Vox Pupuli
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 24, 2023
1 parent d7cc807 commit 156fb23
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# puppet-lint-param-types

[![License](https://img.shields.io/github/license/voxpupuli/puppet-lint-param-types.svg)](https://github.com/voxpupuli/puppet-lint-param-types/blob/master/LICENSE)
[![Test](https://github.com/voxpupuli/puppet-lint-param-types/actions/workflows/test.yml/badge.svg)](https://github.com/voxpupuli/puppet-lint-param-types/actions/workflows/test.yml)
[![Release](https://github.com/voxpupuli/puppet-lint-param-types/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-lint-param-types/actions/workflows/release.yml)
[![RubyGem Version](https://img.shields.io/gem/v/puppet-lint-param-types.svg)](https://rubygems.org/gems/puppet-lint-param-types)
[![RubyGem Downloads](https://img.shields.io/gem/dt/puppet-lint-param-types.svg)](https://rubygems.org/gems/puppet-lint-param-types)
[![Coverage Status](https://coveralls.io/repos/github/voxpupuli/puppet-lint-param-types/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-lint-param-types?branch=master)
[![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#transfer-notice)

This plugin validates that all class and defined type parameter are typed.

## Installation
Expand Down Expand Up @@ -53,3 +61,25 @@ class foo (
## References
https://puppet.com/docs/puppet/latest/lang_data_type.html
## Transfer Notice
This plugin was originally authored by [hostnet.nl](https://www.hostnet.nl/).
The maintainer preferred that Vox Pupuli take ownership of the gem for future improvement and maintenance.
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of hostnet.
Previously: https://github.com/hostnet/puppet-lint-param-types
## License
This gem is licensed under the MIT license.
## Release information
To make a new release, please do:
* update the version in the gemspec file
* Install gems with `bundle config --local path .vendor && bundle install --with release`
* generate the changelog with `bundle exec rake changelog`
* Check if the new version matches the closed issues/PRs in the changelog
* Create a PR with it
* After it got merged, push a tag. GitHub actions will do the actual release to rubygems and GitHub Packages
4 changes: 2 additions & 2 deletions puppet-lint-param-types.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |spec|
spec.version = '0.0.1'
spec.homepage = 'https://github.com/hostnet/puppet-lint-param-types'
spec.license = 'MIT'
spec.author = 'Hostnet'
spec.email = '[email protected]'
spec.author = 'Vox Pupuli'
spec.email = '[email protected]'
spec.files = Dir[
'README.md',
'LICENSE',
Expand Down

0 comments on commit 156fb23

Please sign in to comment.