Skip to content

Commit

Permalink
fix md style violations in python guide & enable mdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Melevir committed Apr 13, 2020
1 parent 7b90d2f commit 5b0d90b
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 81 deletions.
4 changes: 4 additions & 0 deletions .mdlrc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all
rule 'MD013', :line_length => 120
rule 'MD024', :allow_different_nesting => true
rule 'MD007', :indent => 4
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ before_script:
- gem install mdl
script:
- rozental --reorder_vocabulary .
- mdl --style=.mdlrc.rb .
Loading

0 comments on commit 5b0d90b

Please sign in to comment.