summaryrefslogtreecommitdiff
path: root/.shellcheckrc
blob: d16c2b0218b2872342d00da1270a65157649a361 (plain)
1
2
3
4
5
6
7
8
9

# checking success after running a command
# is a common practice trhought the xdg-utils
# and it works well enough to not change it.
disable=SC2181

# x prefixes aren't pretty anymore,
# but they don't hurt either.
disable=SC2268