Skip to content

Convenient wrapper for a dozen or so other language specific syntax checkers.

Notifications You must be signed in to change notification settings

respec/syntax_checker

Repository files navigation

Syntax Checker

A one-stop-shop for all your syntax checking needs.

This script wraps multiple syntax checking programs into one convenient bash script so you can always run the same command to syntax check your files regardless of what type they are.

What's Supported?

The following formats are currently supported, and require the following programs to be installed to work.

  • css -- csslint
  • html -- tidy
  • js/json -- hint
  • php -- php for command line
  • python -- pylint or python
  • ruby -- ruby
  • bash -- bash
  • xml -- xmllint
  • sql (postgres specifically) -- pgsanity
  • git/jpg/png/svg -- identify (imagemagick)

About

Convenient wrapper for a dozen or so other language specific syntax checkers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published