0.1.0 • Published 11 years ago

grunt-lint-bash v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

grunt-lint-inline

Grunt task for validating bash scripts. This is not really a lint tool, it simply checks validity with bash -n.

Getting started

npm install https://github.com/oxyc/grunt-lint-bash
grunt.loadNpmTasks('grunt-lint-bash');

Usage

grunt.initConfig({
  bashlint: {
    src: ['**/*.sh']
  }
});
grunt.loadNpmTasks('bashlint');

License

MIT