Release v1.2.0
Published on April 21, 2020 by Mikhail Grachev
🔧 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)