-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 option to reverse this check #17
Comments
oh yes, a reverse check would be awesome <3 |
Are you aware of a way to configure a puppet-lint plugin or do we have to maintain another repository/plugin? :( |
Meaning: Warn if there are :: in front of a class definition. Fixes voxpupuli#17.
@baurmatt For Vox Pupuli projects, the gem needs to be added back here somewhere. and configuration somewhere in https://github.com/voxpupuli/modulesync_config/blob/56bd6f808de27f428b633c8baafd4ad59ec3a0c3/moduleroot/Rakefile.erb#L12 |
@alexjfisher Sounds good, but I think we should first release that change to Rubygems ;) Can you do that? I'm happy to do the change in modulesync_config once this is done. |
Totally forgot about actually needing a release! Looks like travis is setup correctly. Just need a release PR to bump the version. |
From README.md
I'd like to see an option to reverse this check meaning a warning if
::
is present but I'm not even sure if it is possible to configure a Puppet-Lint plugin.The basic implementation is already done here -> https://github.com/syseleven/puppet-lint-absolute_classname-check/tree/feature/reverse
The text was updated successfully, but these errors were encountered: