Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --no-summary flag to haml-lint #484

Merged
merged 1 commit into from
Apr 6, 2017
Merged

Add --no-summary flag to haml-lint #484

merged 1 commit into from
Apr 6, 2017

Conversation

trotzig
Copy link
Contributor

@trotzig trotzig commented Apr 4, 2017

Haml-lint now prints a summary at the end of the run. E.g.

11 files inspected, 1 lint detected

We need to disable that so that overcommit can parse the output
correctly.

Here's some more context: sds/haml-lint#176

This will help resolve some of the issues seen in #483.

Haml-lint now prints a summary at the end of the run. E.g.

  11 files inspected, 1 lint detected

We need to disable that so that overcommit can parse the output
correctly.

Here's some more context: sds/haml-lint#176

This will help resolve some of the issues seen in #483.
@trotzig trotzig requested a review from sds April 4, 2017 16:33
@trotzig
Copy link
Contributor Author

trotzig commented Apr 4, 2017

Ping @michaelherold, thanks for providing that flag in haml-lint. :)

Copy link
Owner

@sds sds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. It's unfortunate flag changes like this will break HamlLint pre-commit hooks for those running older versions of haml-lint, but I suppose the silver lining is that this will force them to upgrade, which will allow them to benefit from the new features.

@trotzig
Copy link
Contributor Author

trotzig commented Apr 6, 2017

Ah, good point. I hadn't thought of that, but I don't see any other way than to just introduce it and force people to upgrade.

I'm ignoring the appveyor tests for now.

@trotzig trotzig merged commit 7b20044 into master Apr 6, 2017
@sds sds deleted the haml-lint-summary branch March 17, 2019 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants