jenkinsci / bom

Define plugin dependencies via BOM
https://jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom
49 stars 52 forks source link

Format shell scripts consistently in this repository #3791

Closed basil closed 3 weeks ago

basil commented 3 weeks ago

$ git ls-files -z | xargs -0 file | grep -i shell | awk -F: '{print $1}' | xargs -n 1 shfmt -s -w