dotenv-linter v1.2.0 Release Notes

Release Date: 2020-04-20 // almost 4 years ago
  • ๐Ÿฑ ๐Ÿ”ง Changed

    • ๐Ÿ‘• SpaceCharacter: Show check name in the message #149 (@pineapplethief)
    • ๐Ÿ‘• LeadingCharacter: Show check name in message #144 (@michaetto)
    • ๐Ÿ‘• Rename UnorderedKeys check to singular UnorderedKey #147 (@pineapplethief)
    • ๐Ÿ‘• KeyWithoutValue: Show check name in the message #139 (@harshu4)
    • ๐Ÿ‘• LowercaseKey: Show check name in the message #131 (@qelphybox)
    • ๐Ÿ‘• DuplicatedKey: Show check name in message #138(@SaMuRa1ReM1X)
    • ๐Ÿ‘• IncorrectDelimiter: Show check name in the message #146 (@undef1nd)
    • ๐Ÿ‘• Replaced kcov with grcov in Github Actions #143 (@pmk21)
    • ๐Ÿ‘• Streamline CLI tests and split into smaller files #137 (@sonro)
    • ๐Ÿ‘• UnorderedKey: Added check name to the message #140 (@pmk21)
    • โž• Add test coverage for CLI --exclude arguments #135 (@sonro)
    • ๐Ÿ‘• Renamed check SpacesAroundEqual to SpaceCharacter #134 (@SaMuRa1ReM1X)
    • ๐Ÿ‘• Rename check DuplicatedKeys to DuplicatedKey #133 (@sonro)
    • ๐Ÿ‘• Minimizing Rust Binary Size #132 (@akirill0v)
    • โœ‚ Remove the unwrap method and use platform native OsString to fetch the information about current directory #115 (@kanapuli)
    • ๐Ÿ‘• Use HashSet for DuplicateKeyChecker #113 (@TamasFlorin)
    • ๐Ÿ‘• Use reference for the LineEntry as part of the run method for checks #111 (@TamasFlorin)
    • ๐Ÿ†• New CLI API: Ability to check multiple directories #99 (@mgrachev)
    • โž• Add exit with the code 0 when there are no warnings #105 (@simPod)
    • ๐Ÿ‘• Use get method to get result of item in Vec and use ? operator unwrap the result if it's Some #108 (@boybird)