mago 1.40.0

A comprehensive suite of PHP tooling inspired by Rust’s approach, providing parsing, linting, formatting, and more through a unified CLI and library interface.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Default analyzer settings for integration test cases.

[source]
paths = ["source.php"]
includes = ["vendor.php"]
patches = ["patch.php"]

[linter]
baseline = "linter.baseline.toml"
baseline-variant = "strict"

[analyzer]
baseline = "analyzer.baseline.toml"
baseline-variant = "strict"