-
Notifications
You must be signed in to change notification settings - Fork 458
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
Ability to configure flexmark with different options #2183
Labels
Comments
liblit
added a commit
to liblit/WALA
that referenced
this issue
Jul 21, 2024
I would rather use Spotless for these checks, for consistency with other format checkers that we already use. Spotless supports Markdown via flexmark, but unfortunately [Spotless does not provide access to any of flexmark's configuration options](diffplug/spotless#2183). That would leave us with a Markdown linter that is too lenient for my tastes. For example, [Spotless's flexmark configuration does not even restrict maximum line length](diffplug/spotless#2167). Implements wala#818.
liblit
added a commit
to liblit/WALA
that referenced
this issue
Jul 21, 2024
I would rather use Spotless for these checks, for consistency with other format checkers that we already use. [Spotless supports Markdown via flexmark](https://github.com/diffplug/spotless/tree/main/plugin-gradle#flexmark), but unfortunately [Spotless does not provide access to any of flexmark's configuration options](diffplug/spotless#2183). That would leave us with a Markdown linter that is too lenient for my tastes. For example, [Spotless's flexmark configuration does not even restrict maximum line length](diffplug/spotless#2167). Resolves wala#818.
liblit
added a commit
to wala/WALA
that referenced
this issue
Jul 21, 2024
I would rather use Spotless for these checks, for consistency with other format checkers that we already use. [Spotless supports Markdown via flexmark](https://github.com/diffplug/spotless/tree/main/plugin-gradle#flexmark), but unfortunately [Spotless does not provide access to any of flexmark's configuration options](diffplug/spotless#2183). That would leave us with a Markdown linter that is too lenient for my tastes. For example, [Spotless's flexmark configuration does not even restrict maximum line length](diffplug/spotless#2167). Resolves #818.
+1 |
@nedtwigg I can try to implement this, if you don't mind you can assign it to me |
l3r8yJ
added a commit
to l3r8yJ/spotless
that referenced
this issue
Sep 27, 2024
l3r8yJ
added a commit
to l3r8yJ/spotless
that referenced
this issue
Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current gradle plugin does not allow to configure
flexmark
with these optionsThe text was updated successfully, but these errors were encountered: