Skip to content

Commit b26caca

Browse files
GarthDBcursoragent
andcommitted
Fix markdown linting to skip node_modules
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 02de96f commit b26caca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ end
226226
# rake lint
227227
desc "Markdown Lint"
228228
task :markdown_lint do
229-
sh "bundle exec mdl ./ -r ~MD002,~MD013,~MD026,~MD028,~MD029,~MD032,~MD033,~MD034"
229+
sh "bundle exec mdl ./ -r ~MD002,~MD013,~MD026,~MD028,~MD029,~MD032,~MD033,~MD034 --git-recurse"
230230
end
231231

232232
desc "All lints"

0 commit comments

Comments
 (0)