-
Notifications
You must be signed in to change notification settings - Fork 17
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
A "--fix" option would be amazing #618
Comments
Thinking about this, as to whether I keep it in my long-term ideas bucket or move it to the short-term bucket. I know how I could do it, but there are some scenarios that I need to work through before I start working on it. I.e. technically, I would need to scan, see if there are any fixes, apply the fixes, and scan again... repeat until no more fixes to apply. Also, edge cases where a fix would make things worse, etc. but thinking about it. |
I totally second the initiative. This linter should be the de facto replacement for its node counterpart when developing a python project. None should have to deal with node just to set up some checkers and linters. Additionally, having the |
Have placed some thought into this, and will be focusing on this after 0.9.12 is out. |
Will be cutting a new release sometime this week with an alpha for this, supporting fixing for md001, md009, md010, and md047. Right now the trigger is to do a normal scan with the hidden I am split evenly between |
working on this... started with v0.9.13, but will take a couple of releases to get everything covered |
I don't have a strong opinion here (I'm fine with both suggestions), but it is polite to answer, so here are my 2 cents. Of the 2 suggestions, I prefer the |
I tested E.g. where
...
... because Edit: Fixed language |
While the |
What is the progress on this? I'm quite sure that having this flag would make this tools' popularity skyrocket... |
Been plugging away at it... check out the main branch and the changelog.md in it. I have the first salvo of fixes done, just need to make sure they do not collide that much, then will roll something out. Can I count on you to help test? :nudge nudge: |
Added in the first pass in last nights release. It does not have all the fixes yet, but the bulk of them. Use it just like scan. And yes, will be changing the docs, but going to do a more sweeping redo of the docs soon. |
closing with no comments |
Hi,
Love the tool but I do miss a
--fix
option that I've come to love in the Node-sister project (https://github.com/igorshubovych/markdownlint-cli)Is this on the horizon, or have I missed something simple and it's already present?
The text was updated successfully, but these errors were encountered: