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

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
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`):
- Add [dockerfilelint](https://github.com/replicatedhq/dockerfilelint)

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](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).
  • Loading branch information
EvgenyOrekhov committed Nov 1, 2017
1 parent 895162a commit d455b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lints",
"version": "14.0.0",
"version": "15.0.0",
"description": "Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command",
"keywords": [
"lint",
Expand Down

0 comments on commit d455b35

Please sign in to comment.