Shellcheck's config file support isn't great. It w...
# development
h
Shellcheck's config file support isn't great. It will look for a global ~/.shellcheckrc, along with a repo specific one. Further, there is no way to specify a path to an arbitrary config, so it would have to be at the repo root to work properly with Pants What do folks thing of disabling config files for Shellcheck by always setting its
--norc
option? I'm very concerned about the risk of ~/.shellcheckrc breaking reproducibility, which is a core objective of Pants to provide