codevalidator icon indicating copy to clipboard operation
codevalidator copied to clipboard

Simple source code validator with file reformatting option (remove trailing WS, pretty print XML, ..)

Results 7 codevalidator issues
Sort by recently updated
recently updated
newest added

This is a try to fix https://github.com/hjacobs/codevalidator/issues/37. I guess it needs some more documentation and some tests, but before I do that, I wanted to show what way I did...

**Summary** When a YAML file contains a character outside of ASCII as well as trailing whitespaces, `codevalidator -f filename` will crash with an (not that useful) error message and leave...

Codevalidator should support gofmt to check the code style of go files.

PythonTidy is not able to handle relative imports.

Codevalidator does not work with Python 3 at the moment

I think we should ban spaces from filenames, of course "correct shell quoting and correct scripts" will not have problems --- but it's a lot easier not to worry about...