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)