-
Notifications
You must be signed in to change notification settings - Fork 8
/
.mdl.rb
30 lines (29 loc) · 962 Bytes
/
.mdl.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/env ruby
# vim:ts=4:sts=4:sw=4:et:filetype=ruby
#
# Author: Hari Sekhon
# Date: 2024-08-22 01:58:12 +0200 (Thu, 22 Aug 2024)
#
# https///github.com/HariSekhon/Spotify-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# 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
#
# https://www.linkedin.com/in/HariSekhon
#
all
#exclude_rule 'MD001'
#exclude_rule 'MD003'
#exclude_rule 'MD005'
exclude_rule 'MD007' # leave 2 space indentation for lists, 3 space is ugly af
#exclude_rule 'MD012'
exclude_rule 'MD013' # long lines cannot be split if they are URLs
#exclude_rule 'MD022'
#exclude_rule 'MD025'
#exclude_rule 'MD031'
#exclude_rule 'MD032'
exclude_rule 'MD033' # inline HTML is important for formatting
exclude_rule 'MD036' # emphasis used instead of header for footer Ported from lines
#exclude_rule 'MD039'
#exclude_rule 'MD056'