File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments