cargo-feature-matrix 0.2.2

run cargo commands on a matrix of feature sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "rules": {
    "body-leading-blank": [2, "always"],
    "body-max-line-length": [2, "always", 80],
    "header-max-length": [2, "always", 80],
    "header-min-length": [2, "always", 10],
    "footer-leading-blank": [2, "always"],
    "footer-max-line-length": [2, "always", 80],
    "scope-case": [2, "always", "kebab-case"],
    "subject-empty": [2, "never"],
    "subject-full-stop": [2, "never", "."],
    "type-enum": [2, "always", ["fix", "test", "docs", "build", "ci", "chore", "style", "revert", "feat", "perf", "refactor"]],
    "type-case": [2, "always", "lower-case"],
    "type-empty": [2, "never"]
  }
}