We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce204c commit aa3979dCopy full SHA for aa3979d
pom.xml
@@ -630,7 +630,7 @@ Import-Package: \\
630
<phase>verify</phase>
631
<configuration>
632
<workingDirectory>${project.build.directory}/node</workingDirectory>
633
- <arguments>exec -- markdownlint "../../**/*.md" --ignore "**/node_modules/**" -c .github/markdownlint.json</arguments>
+ <arguments>exec -- markdownlint "../../**/*.md" --ignore "**/node_modules/**" -c .github/markdownlint.yaml</arguments>
634
</configuration>
635
</execution>
636
</executions>
0 commit comments