blueprint-misti
October 9, 2024 · View on GitHub
A plugin for the Blueprint Framework that simplifies your workflow with the Misti static analyzer.
Getting Started
-
Install Soufflé to use all detectors provided by Misti.
-
Add this plugin as a dependency of your Blueprint project:
yarn add @nowarp/blueprint-misti
- Add this configuration to
blueprint.config.ts:
import { MistiPlugin } from '@nowarp/blueprint-misti';
export const config = {
plugins: [
new MistiPlugin(),
],
};
Usage
Run the following command:
yarn blueprint misti
It will run the analysis of the available project, if there is one, or show an interactive window to select a project:

See the documentation for the available configuration options.