dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
51 stars 29 forks source link

Use linter for shell scripts #269

Open kc1212 opened 6 years ago

kc1212 commented 6 years ago

I recommend shellcheck

ValentinMoullet commented 6 years ago

From the ShellCheck Github page: "Travis CI has now integrated ShellCheck by default, so you don't need to manually install it."

But I wasn't sure how we should integrate the linting of Go files with Bash files; do we need another different .travis.yml only for bash files? Also we need to add it to when we make test.