Skip to content

Commit d04d5cd

Browse files
committedOct 12, 2024
updated .mdl.rb
1 parent fa10258 commit d04d5cd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
 

Diff for: ‎.mdl.rb

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#!/usr/bin/env ruby
2+
# vim:ts=4:sts=4:sw=4:et:filetype=ruby
3+
#
4+
# Author: Hari Sekhon
5+
# Date: 2024-08-22 01:58:12 +0200 (Thu, 22 Aug 2024)
6+
#
7+
# https///github.com/HariSekhon/SQL-scripts
8+
#
9+
# License: see accompanying Hari Sekhon LICENSE file
10+
#
11+
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
12+
#
13+
# https://www.linkedin.com/in/HariSekhon
14+
#
15+
16+
all
17+
#exclude_rule 'MD001'
18+
#exclude_rule 'MD003'
19+
#exclude_rule 'MD005'
20+
exclude_rule 'MD007' # leave 2 space indentation for lists, 3 space is ugly af
21+
#exclude_rule 'MD012'
22+
exclude_rule 'MD013' # long lines cannot be split if they are URLs
23+
#exclude_rule 'MD022'
24+
#exclude_rule 'MD025'
25+
exclude_rule 'MD026' # Trailing punctuation in header - sometimes I want to do etc. or ... at the end of a heading
26+
#exclude_rule 'MD031'
27+
#exclude_rule 'MD032'
28+
exclude_rule 'MD033' # inline HTML is important for formatting
29+
exclude_rule 'MD036' # emphasis used instead of header for footer Ported from lines
30+
#exclude_rule 'MD039'
31+
#exclude_rule 'MD056'

0 commit comments

Comments
 (0)
Please sign in to comment.