codeclimate-community / codeclimate-scalastyle

Code climate Analysis Engine for scalastyle
Other
3 stars 4 forks source link

Engine does not install #1

Closed akatz closed 8 years ago

akatz commented 8 years ago

The output of the install is Engine not found. Run 'codeclimate engines:list' for a list of valid engines. The output of that is:

Available engines:
- brakeman: Static analysis tool which checks Ruby on Rails applications for security vulnerabilities.
- bundler-audit: Patch-level verification for Bundler.
- coffeelint: A style checker for CoffeeScript.
- csslint: Automated linting of Cascading Stylesheets.
- duplication: Structural duplication detection for Ruby, Python, JavaScript, and PHP.
- eslint: A JavaScript/JSX linting utility.
- fixme: Finds FIXME, TODO, HACK, etc. comments.
- foodcritic: Lint tool for Chef cookbooks.
- gofmt: Checks the formatting of Go programs.
- golint: A linter for Go.
- govet: Reports suspicious constructs in Go programs.
- nodesecurity: Security tool for Node.js dependencies.
- pep8: Static analysis tool to check Python code against the style conventions outlined in PEP-8.
- phpcodesniffer: Detects violations of a defined set of coding standards in PHP.
- phpmd: A PHP static analysis tool.
- radon: Python tool used to compute Cyclomatic Complexity.
- requiresafe: Security tool for Node.js dependencies.
- rubocop: A Ruby static code analyzer, based on the community Ruby style guide.
- rubymotion: Rubymotion-specific rubocop checks.
- scss-lint: Configurable tool for writing clean and consistent SCSS.
- watson: A young Ember Doctor to help you fix your code.

codeclimate --version 0.14.2

mrb commented 8 years ago

@akatz Thanks for your interest here! There's a bit of work to do to get scalastyle over the finish line. It's in our queue, though, and I'll try to nudge it a bit further along.

devth commented 8 years ago

I'm hitting this too. A bit weird to see instructions in the README that fail.

ptagr commented 8 years ago

yes. the instructions in the README threw me off as well.