Skip to content

Commit

Permalink
Markdown codeclimate enhancements
Browse files Browse the repository at this point in the history
- Remove H1 checking MD rule
- Include .md files in ranking
- Exclude binaries
  • Loading branch information
wjdp committed Mar 28, 2016
1 parent c42dd30 commit a70b819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ ratings:
- "**.rb"
- "**.sass"
- "**.scss"
- "**.md"
exclude_paths:
- node_modules/
- lib/
- assets/
- images/
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules "MD001", "MD002", "MD003", "MD004", "MD005", "MD006", "MD007", "MD008", "MD009", "MD010", "MD011", "MD012", "MD018", "MD019", "MD020", "MD021", "MD022", "MD023", "MD024", "MD025", "MD026", "MD027", "MD028", "MD029", "MD031", "MD034", "MD035", "MD036", "MD037", "MD038", "MD039"
rules "MD001", "MD003", "MD004", "MD005", "MD006", "MD007", "MD008", "MD009", "MD010", "MD011", "MD012", "MD018", "MD019", "MD020", "MD021", "MD022", "MD023", "MD024", "MD025", "MD026", "MD027", "MD028", "MD029", "MD031", "MD034", "MD035", "MD036", "MD037", "MD038", "MD039"

0 comments on commit a70b819

Please sign in to comment.