d184c69b7c
Currently, the tox.ini file is only running bashate against files that end in a .sh extension. However, many of the build tools do not have an extension, and therefore don't have bashate executed against them. This commit enhances the tox command to search for shell scripts regardless of file extension. The bashate ignore list has been updated to ignore all existing warnings. Future updates can perform cleanup to address the outstanding issues and remove items from the ignore list one by one. The original check of .sh is maintained with a smaller ignore list, to ensure new issues are not introduced. Change-Id: I07e8ac83c6ed3d81e7bfad19da1eee1747d60802 Signed-off-by: Don Penney <don.penney@windriver.com>
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
*.swp
|
|
.tox
|
|
/cgcs-centos-repo
|
|
/cgcs-tis-repo
|
|
/cgcs-3rd-party-repo
|
|
/local-build-data
|