credo v0.7.0 Release Notes

    • โž• Added deprecation hint about @lint attributes
    • ๐Ÿ›  Fixed file inclusion/exclusion bug
    • ๐Ÿ›  Fixed false positives in SpaceAroundOperators
    • ๐Ÿ—„ Deprecated NameRedeclarationBy* checks
    • ๐Ÿ›  Fixed false positives in PipeChainStart
    • ๐Ÿ”„ Changed AppendSingleItem's priority and make it opt-in
    • ๐Ÿ“‡ Renamed NoParenthesesWhenZeroArity to ParenthesesOnZeroArityDefs
    • ๐Ÿ›  Fixed a bug in ParenthesesOnZeroArityDefs

    โž• Added/deprecated checks

    • โš  Credo.Check.Warning.MapGetUnsafePass
    • ๐Ÿ”จ Credo.Check.Refactor.AppendSingleItem
    • Credo.Check.Readability.Semicolons

    0๏ธโƒฃ Switched some checks to opt-in by default

    • Credo.Check.Readability.Specs
    • ๐Ÿ”จ Credo.Check.Refactor.ABCSize
    • ๐Ÿ”จ Credo.Check.Refactor.VariableRebinding
    • โš  Credo.Check.Warning.MapGetUnsafePass
    • โš  Credo.Check.Warning.NameRedeclarationByAssignment
    • โš  Credo.Check.Warning.NameRedeclarationByCase
    • โš  Credo.Check.Warning.NameRedeclarationByDef
    • โš  Credo.Check.Warning.NameRedeclarationByFn