vile is a general purpose code quality tool for any language or
platform that statically analyzes your software project and its dependencies.
Along with its hosted service it provides a highly flexible platform for continuous software analysis that integrates directly into your CI process and development workflow.
The main library requires you at least have Node.js installed.
A simple install and setup:
cd my_project/
npm i vile
npx vile init
npx vile analyze
Please see docs.vile.io for more detailed info.
The core vile package comes with a general set of plugins that support basic multi-language analysis.
To analyze your code further, such as tracking outdated RubyGems, plugging in your favourite linter, tracking code complexity, or checking for vulnerabilities, you need to install extra plugins first.
vile a locally to analyze your code and print any issues or datavile a -u on every build server commit to continuously analyze your codevile a -d -p lint-plugin my/file.ext to run a plugin on a specific filevile a -d -e -p lint-plugin,security-plugin to run certain lint checks during a buildAny contributions are welcome and appreciated!
Please see CONTRIBUTING for more info.
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
This project uses Semver.
For more info on why vile was created checkout our post on Medium.