sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Use format syntax in config file #36

Closed sk- closed 10 years ago

sk- commented 10 years ago

Currently the config file uses the old interpolation syntax, which is harder to read.

Compare "%(DEFAULT_CONFIGS)s/jshint.json" with "{DEFAULT_CONFIGS}/jshint.json".