Commit Graph

9 Commits

Author SHA1 Message Date
Jesse Scott e4ef0ed2f8 (MAINT) Fix up rubocop settings and clean up inconsistent indentation 2017-10-20 14:37:28 -07:00
Will Hopper a3f00d043f (maint) Update outdated rubocop checks 2017-03-16 14:22:07 -07:00
Will Hopper 30ffd147f1 (maint) Turn off unnecessary rubocop Bundler warnings 2016-12-02 11:38:40 -08:00
Garrett Honeycutt 3f94656398 (maint) Ignore more cops as rubocop changes quickly 2016-11-02 14:00:46 -04:00
Peter Huene ea9dd0c846
(PDOC-63) Delete the old implementation.
This commit deletes the old implementation to assist in cleaner code reviews of
the upcoming reimplementation.

This commit also moves YARD to version 0.9.5 and lays down a bare bones
implementation of Puppet Strings that currently does nothing.
2016-09-15 13:54:18 -07:00
Peter Huene 56f266db4b
(maint) Rename puppetlab-strings to puppet-strings where appropriate.
This commit changes the source and documentation to reference this project as
`puppet-strings` rather than `puppetlabs-strings`.

This makes the source and project match the gem name.
2016-09-14 13:42:28 -07:00
Kylo Ginsberg a9e55c7e60 (maint) Enable rubocop tests to pass again
* Pin rubocop to enable spec support for ruby < 2.0
* Add 'Enabled: false' for a number of new rubocop tests.
2016-09-01 12:53:24 -07:00
Hailee Kenney 1abca4705f (PDOC-8) Add rubocop to travis job
In order to ensure long term code quality, add a rubocop check to
the travis job which runs when a pull request is submitted. Do this
by adding a rake task for rubocop and setting up travis to run
both the spec rake task and the rubocop one.

Additionally, make a few changes to the .rubocop.yml file so it
will stop complaining about incorrect namespaces.
2014-10-08 14:15:29 -07:00
Hailee Kenney c7f3880d40 (PDOC-8) Add .rubocop.yml to project
Since we want to use rubocop to help maintain the code quality of
this project, add a .rubocop.yml file (borrowed from the puppet repo)
so that we can successfully enforce the things we want and disable
those we don't.
2014-10-07 16:40:51 -07:00