forked from tegonal/github-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.shellcheckrc
More file actions
16 lines (15 loc) · 759 Bytes
/
.shellcheckrc
File metadata and controls
16 lines (15 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# __ __
# / /____ ___ ____ ___ ___ _/ / This script is provided to you by https://github.com/tegonal/github-commons
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Creative Commons Zero v1.0 Universal
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.5.0-SNAPSHOT
#
###################################
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# DO NOT MODIFY HERE BUT IN src/dotfiles/.shellcheckrc
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# Prefer putting braces around variable references even when not strictly required.
# ==> IMO without braces reads nicer if not necessary
disable=SC2250