Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-09 | Replace tidy.sh with git clean, add it to ci | Ben Sima | |
I realized that tidy was doing the same thing as git clean, but git clean can do it more robust and exactly. So switch to that and add it to the git test config aliases so I don't accidentally test with old artifacts. | |||
2024-04-01 | Rename .bash files to .sh | Ben Sima | |
I was already using .sh to refer to shell scripts. When I added .bash, I didn't realize that the linter was set to act on .sh files and not .bash files, so all of these bash scripts escaped the linter. This commit renames them to .sh, removes the .bash extension support from Biz.Namespace, and fixes all the reported shellcheck errors. |