0.1.0 • Published 13 years ago
grunt-lint-bash v0.1.0
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-bashgrunt.loadNpmTasks('grunt-lint-bash');Usage
grunt.initConfig({
  bashlint: {
    src: ['**/*.sh']
  }
});
grunt.loadNpmTasks('bashlint');License
MIT