Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Releases: EvgenyOrekhov/lints

18.0.0

05 Jun 12:16
Compare
Choose a tag to compare

Breaking changes:

Other changes:

  • Update dependencies

v17.1.0

13 Nov 10:40
Compare
Choose a tag to compare

Changes:

  • Update JSLint to the latest version
  • Update dependencies

Fixes:

  • Fix #25 - Cannot destructure property messages of 'undefined' or 'null'
    in ESLint

17.0.0

23 Jun 19:27
Compare
Choose a tag to compare

Breaking changes:

Other changes:

  • Update dependencies

v16.0.0

21 Feb 14:33
Compare
Choose a tag to compare

Breaking changes:

  • Add matching of filenames starting with a dot

You would want to add ".git/**" to the global ignore list in your .lints.json, as in https://github.com/EvgenyOrekhov/lints/blob/9d8b8ef4379b3fe56c948e1edb891f38b21e9fb0/src/default.lints.json#L4.

Other changes:

  • Increase globbing speed

v15.0.0

01 Nov 11:36
Compare
Choose a tag to compare

Bump version to 15.0.0 for those who don't use custom .lints.json.

Breaking changes (for those who don't use custom .lints.json):

Fixes:

  • Add support for YAML in linter configs

Other changes:

  • Update dependencies

If you already have a .lints.json, in order to use dockerfilelint you need to add it to your .lints.json, as in src/default.lints.json.

If you wish to customize dockerfilelint rules you can create a .dockerfilelintrc file in the root of your project (see more about it at https://github.com/replicatedhq/dockerfilelint#configuring).

v14.0.0

01 Aug 16:57
Compare
Choose a tag to compare

Bump version for those who don't use custom .remarkrc config.

Breaking changes:

Fixes:

  • #12 - "line undefined column undefined" in w3cjs

Other changes:

  • Update dependencies

13.0.0

18 Jul 15:41
Compare
Choose a tag to compare

Breaking changes:

  • Upgrade stylelint to 8.0.0
  • Upgrade stylelint-config-standard to 17.0.0

Other changes:

  • Update dependencies

v12.0.0

12 Jun 13:50
Compare
Choose a tag to compare

Breaking changes:

Other changes:

  • Update dependencies

v11.0.0

03 Mar 13:50
Compare
Choose a tag to compare

Bump version for those who use custom .remarkrc configs and for those
who use Node.js 4.0.

Breaking changes:

  • Upgrade remark-lint to 6.0.0 (good luck figuring out how to update your
    .remarkrc config)
  • Remove support for Node.js 4.0

Other changes:

  • Add support for the global option in .lints.json; for now, it can be used
    for declaring global ignore patterns, see example at
    src/default.lints.json
  • Add summary to the end of the report (with colors!)
  • Add "vendor/**" to global ignore patterns in
    src/default.lints.json

v10.0.1

04 Dec 13:38
Compare
Choose a tag to compare

Fix #8: stylelint error after a clean global install.

Possibly, this also fixes a more general problem with the "extends"
property of stylelint configs.