Skip to content

Commit 62daf75

Browse files
authored
Add mago tool configuration to data/tools (#1720)
Mago is a complete toolchain for PHP, written in Rust, designed for maximum performance, including a formatter, linter, static analyzer, and architectural guard.
1 parent 8d7fd6e commit 62daf75

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

data/tools/mago.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: mago
2+
categories:
3+
- linter
4+
- formatter
5+
tags:
6+
- php
7+
license: MIT License
8+
types:
9+
- cli
10+
source: 'https://github.com/carthage-software/mago'
11+
homepage: 'https://mago.carthage.software'
12+
description: >-
13+
Mago is a complete toolchain for PHP, written in Rust, designed from the ground up for maximum performance.
14+
15+
- ✨ A blazing-fast formatter that automatically formats your code according to PER-CS, ending style debates forever.
16+
- 🔎 An intelligent linter that catches stylistic issues, inconsistencies, and code smells before they become problems.
17+
- 🔬 A powerful static analyzer that finds type errors and logical bugs in your code without you ever having to run it.
18+
- 🛡️ A robust architectural guard that enforces dependency rules and structural conventions.
19+

0 commit comments

Comments
 (0)