0.5.1 • Published 5 years ago

bpmnlint-plugin-example v0.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

bpmnlint-plugin-example

Build Status

An example bpmnlint plug-in.

About

This plugin shows how to contribute rules and configuration to bpmnlint.

Add Rules

The ./rules folder contains rules that are made available via this plug-in. Configure them with the example prefix in your .bpmnlintrc:

{
  "rules": {
    "example/no-manual-task": "warn"
  }
}

Checkout ./test.js to learn how to test your rules.

Add Configuration

As part of the ./index.js the plug-in exposes configurations to extend from using extends in the bpmnlint configuration:

{
  "extends": [
    "bpmnlint:recommended",
    "plugin:example/recommended"
  ]
}

License

MIT

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago