tidyall 0.84
Engine for tidyall, your all-in-one code tidier and validator
tidyall makes a lot of code tidiers and validators 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.
Note that if you see some missing tidier or validator modules error, you can let tidyall load them after install them. For example, one can run guix shell perl-perl-tidy perl in advance to load Perl::Tidy.
- Outputs:
out - Website: https://metacpan.org/release/Code-TidyAll
- Licenses: GPL 1+
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tidyall 0.84 as follows:
guix install tidyall@0.84
Or install the latest version:
guix install tidyall
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.