blueprint misti
Release 0.6.0
A plugin for the Blueprint Framework that simplifies your workflow with the Misti static analyzer.
Install Soufflé to use all detectors provided by Misti.
Add this plugin as a dependency of your Blueprint project:
yarn add @nowarp/blueprint-mistiblueprint.config.ts:import { MistiPlugin } from '@nowarp/blueprint-misti';
export const config = {
plugins: [
new MistiPlugin(),
],
};Run the following command:
yarn blueprint mistiIt 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.