Added support for Alpine Linux #274
Annotations
1 error
|
commitlint
You have commit messages with errors
⧗ input: Added support for Alpine Linux
Made perlcrit happy
Changed .perlcritic to not force stupid rules
Changed $hash{'key'} to $hash{key} even if I disabled TooMuchCode::ProhibitDuplicateLiteral because it is better style
Fixed serious bug in all affected code:
eval "use $class" will ALWAYS return undef!
changed to use Class::Load in affected code
detected 78 other uses of this, including in test - not fixed
✖ body must have leading blank line [body-leading-blank]
✖ body's lines must not be longer than 72 characters [body-max-line-length]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow
⧗ input: Fix tests
Except t/file.t strange undefined is_windows() :-(
Missing dependencies added:
* IPC::Shareable.pm
* String::Escape
✖ body must have leading blank line [body-leading-blank]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow
⧗ input: fixed test
Commented windows out in t/file.t
GitHub is confusing me ... :-)
✖ header must be sentence-case [header-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/RexOps/Rex/blob/master/CONTRIBUTING.md#git-workflow
|