credo v1.0.0 Release Notes

    • ๐Ÿ‘Œ Improve documentation
    • โž• Add error handling for malformed config files
    • โš  Write all warnings to :stderr
    • ๐Ÿ›  Fix false positive for charlists in PipeChainStart
    • โœ‚ Remove deprecated --one-line switch
    • 0๏ธโƒฃ Deactivate checks DuplicatedCode and DoubleBooleanNegation by default

    ๐Ÿ’ฅ BREAKING CHANGES

    These changes concern people writing their own checks for Credo.

    • ๐Ÿšš Credo.Check.CodeHelper was removed. Please use the corresponding functions inside the Credo.Code namespace.