AnyLint v0.7.0 Release Notes

Release Date: 2020-05-18 // almost 4 years ago
  • ➕ Added

    • 👕 A new AnyLint custom check was added to ensure AnyLint fails when LinuxMain.swift isn't up-to-date, useful as a git pre-commit hook.
      Author: Cihat Gündüz | PR: #28 ### 🔄 Changed
    • When a given autoCorrectReplacement on the checkFileContents method leads to no changes, the matched string of the given regex is considered to be already correct, thus no violation is reported anymore.
      Issue: #26 | PR: #28 | Author: Cihat Gündüz
    • 👷 A CI pipeline using GitHub Actions was setup, which is much faster as it runs multiple tasks in parallel than Bitrise.
      Author: Cihat Gündüz