Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-28 | Use loop with break | Josh Cooper | |
See https://github.com/rubocop-hq/ruby-style-guide/commit/df933c0f9b3a805c00e5ef81889992b1aec787a7 | |||
2018-06-27 | Use guard clause and avoid assignment in conditional | Josh Cooper | |
2018-06-27 | Use rspec let instead of instance variables | Josh Cooper | |
Also remove shebang line, as they are not executable via ruby. | |||
2018-06-27 | Automatic update of rubocop violations | Josh Cooper | |
Add exclusions for: Layout/IndentHeredoc, Metrics/BlockNesting: Metrics/LineLength: Style/AccessorMethodName: Style/DoubleNegation: Style/MultipleComparison: Style/NumericPredicate: Style/PredicateName: Style/SignalException: Style/VariableName: SignalException is disabled because Puppet::Type#fail overrides Kernel#fail, and we really do want fail and not raise. | |||
2018-06-27 | Update for pdk test unit | Josh Cooper | |
Add tmpfile helper | |||
2018-06-27 | Initial augeas import from puppet#2b83deb189 | Josh Cooper | |
2018-06-27 | Module creation using pdk 1.5 | Josh Cooper | |
2018-06-27 | Initial commit | Josh Cooper | |