Closed vlad0x00 closed 1 year ago
Enabled strict mode in bash scripts so that they fail if any of the commands fail (as requested in https://github.com/bcgsc/btllib/issues/98). Additionally fixed clang-tidy complaints regarding setting vars to const that can be constant.
const
Enabled strict mode in bash scripts so that they fail if any of the commands fail (as requested in https://github.com/bcgsc/btllib/issues/98). Additionally fixed clang-tidy complaints regarding setting vars to
const
that can be constant.