dotenv-linter v2.0.0 Release Notes

Release Date: 2020-06-15 // almost 4 years ago
  • ๐Ÿฑ ๐Ÿš€ Added

    ๐Ÿฑ ๐Ÿ”ง Changed

    • ๐Ÿ‘• Enable checks for outside current directory #209 (@tisorlawan)
    • ๐Ÿ”จ Refactor EndingBlankLineChecker: change last line check logic (add total_lines to FileEntry) #207 (@DDtKey)
    • ๐Ÿ›  Fix check (for several successive blank lines): ExtraBlankLine #208 (@evgeniy-r)
    • ๐Ÿ‘• Replace PathBuf with FileEntry for LineEntry #203 (@mgrachev)
    • ๐Ÿ‘• Replace &'static str with &'a str for LeadingCharacterChecker #200 (@rossjones)
    • ๐Ÿ‘• Replace &'static str with &'a str for QuoteCharacterChecker #198 (@duncandean)
    • ๐Ÿ‘• Replace &'static str with &'a str for EndingBlankLineChecker #197 (@rossjones)
    • ๐Ÿ‘• Replace String with &'a str for UnorderedKeyChecker #196 (@k0va1)
    • ๐Ÿ‘• Replace String with &'a str for SpaceCharacterChecker #195 (@k0va1)
    • ๐Ÿ‘• Replace String with &'a str for LowercaseKeyChecker #194 (@tisorlawan)
    • ๐Ÿ‘• Replace &'static str with &'a str for ExtraBlankLineChecker #193 (@vishalsodani)
    • ๐Ÿ‘• Replace String with &'a str for DuplicatedKeyChecker #192 (@IamSaquib)
    • ๐Ÿ‘• Replace String with &'a str for KeyWithoutValueChecker #177 (@mgrachev)
    • ๐Ÿ›  Fix docker image #160 (@mgrachev)
    • ๐Ÿ‘• Replace &'static str with &'a str for IncorrectDelimiterChecker #191 (@DDtKey)