mohkale / flymake-collection

Collection of checkers for flymake
MIT License
66 stars 12 forks source link

Add Bashate style checker for Bash scripts #41

Closed jamescherti closed 3 weeks ago

jamescherti commented 3 weeks ago

This pull request adds the bashate style checker to flymake-collection, an automated tool specifically designed to enforce consistent coding standards in Bash scripts. It is similar to how pep8 serves Python projects by ensuring code adheres to style guidelines, bashate analyzes Bash scripts to detect potential style issues, promoting readability, maintainability, and adherence to best practices.