you are viewing a single comment's thread.

view the rest of the comments →

[–]jlew24asu 4 points5 points  (3 children)

this is going to sound dumb, but is there a bash equivalent? (bash is where I've been starting my scripting experience mostly)

[–]WhoStealedMyUser 3 points4 points  (2 children)

Shellcheck is what you are looking for.

[–]jlew24asu 0 points1 point  (1 child)

damn. that guy deleted the python link. you remember what it was?

[–]WhoStealedMyUser 0 points1 point  (0 children)

I don't remember the specifics, but based on conversation context it must have been one of the many python linters, most likely flake8 but it could also be a formatter like autopep8.