There are a lot of great code tidiers and validators out there. tidyall makes them available from a single unified interface.
You can run tidyall on a single file or on an entire project hierarchy, and configure which tidiers/validators are applied to which files. tidyall will back up files beforehand, and for efficiency will only consider files that have changed since they were last processed.
A tidier transforms a file so as to improve its appearance without changing its semantics. Examples include perltidy, podtidy and js-beautify.
A validator analyzes a file for some definition of correctness. Examples include perlcritic, podchecker and jshint.
Many tidiers are also validators, e.g. perltidy will throw an error on badly formed Perl.
Website: metacpan.org/dist/Code-TidyAll
Support:
Developer: Jonathan Swartz
License: GNU General Public License v1 or the Artistic License
tidyall is written in Perl. Learn Perl with our recommended free books and free tutorials.
Related Software
| General Purpose Linter Tools | |
|---|---|
| Super-linter | Collection of linters and code analyzers |
| Prettier | Opinionated code formatter |
| semgrep | Static analysis for many languages |
| MegaLinter | Analyzes the consistency of your code |
| commitlint | Lint commit messages |
| tidyall | All-in-one code tidier and validator |
| Violations Lib | Parse report files from static code analysis |
| coala | Lint and fix code |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

