summaryrefslogtreecommitdiff
path: root/.shellcheckrc
blob: 2beac271e500d333db516a3ad9a4bf43c3ec20e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# 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

# While local isn't exactly great
# this warning produces unceccessary noise
# distracting from more urgent issues
disable=3043