Skip to content

Commit

Permalink
Use .mdlrc in circle ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Oct 17, 2019
1 parent 6a59d5f commit 33c8874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: gem install mdl
- run:
name: Check markdownlint
command: mdl -r ~MD013,~MD029 .
command: mdl -c .mdlrc .

workflows:
version: 2
Expand Down

0 comments on commit 33c8874

Please sign in to comment.