John Bampton
John Bampton
`find . -name "*.sh" -execdir chmod u+x {} +` https://stackoverflow.com/questions/44798121/how-to-find-all-sh-files-and-make-them-executable-using-bash-in-linux
https://github.com/apache/sedona/blob/master/.pre-commit-config.yaml Having names and descriptions also helps with documenting the hooks and for quick reference. We have names and descriptions on some hooks so we should be consistent and add...
https://github.com/Lucas-C/pre-commit-hooks See the existing pre-commit config for similar insert license hooks for other file types. Needs to work with the existing shebangs on the first lines of the shell files....
https://github.com/Lucas-C/pre-commit-hooks See the existing pre-commit config for similar `insert license` hooks for other file types.
"zizmor is a static analysis tool for GitHub Actions. It can find many common security issues in typical GitHub Actions CI/CD setups" https://docs.zizmor.sh/ https://github.com/zizmorcore/zizmor https://github.com/zizmorcore/zizmor-pre-commit
actionlint is a static checker for GitHub Actions workflow files . https://github.com/rhysd/actionlint Try it online https://rhysd.github.io/actionlint/ Seems we can clean up some of our workflow files ``` run actionlint...........................................................Failed -...
Some 404 not found broken links in our docs need to be cleaned up. ``` [docs/api/flink/Function.md]: [404] http://www.kr.tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf | Network error: Not Found [docs/api/sql/Function.md]: [404] http://www.kr.tuwien.ac.at/staff/eiter/et-archive/cdtr9464.pdf | Network error: Not...
https://git-scm.com/docs/git-log We could start with a list of authors and number of commits. Examples in the wild: https://github.com/mruby/mruby/blob/master/AUTHORS https://contributors.rubyonrails.org/ By default GitHub only shows the top 100 contributors: https://github.com/apache/sedona/graphs/contributors Sedona...
For the docs build workflow when we compile the Java docs there is a red error message seen at the next link under heading `Compile JavaDoc` right at the end...
Just ran the mypy hook and got a big list of results which so far I am not all sure about. I know that Apache Airflow runs the mypy pre-commit...