Skip to content

Commit

Permalink
Tweak linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Aug 22, 2022
1 parent f73f990 commit 1e6b8a0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
wg
10 changes: 10 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Autoformatter friendly markdownlint config (all formatting rules disabled)
default: true
blank_lines: false
bullet: false
html: false
indentation: false
line_length: false
spaces: false
url: false
whitespace: false
1 change: 0 additions & 1 deletion .shellcheckrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
enable=all
source-path=SCRIPTDIR
disable=SC2154

disable=SC1003 # Want to escape a single quote? echo 'This is how it'\''s done'.
disable=SC2250 # Prefer putting braces around variable references even when not strictly required
Expand Down

0 comments on commit 1e6b8a0

Please sign in to comment.