Skip to content

Commit f27c90f

Browse files
committed
Add clickable links to PHPStan output
1 parent 9a3576b commit f27c90f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

phpstan.neon

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
parameters:
2-
level: max
3-
paths:
4-
- src
5-
- tests
6-
tmpDir: .build/phpstan/
2+
level: max
3+
paths:
4+
- src
5+
- tests
6+
tmpDir: .build/phpstan
7+
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
8+
editorUrl: '%%relFile%%:%%line%%'
9+
editorUrlTitle: '%%relFile%%:%%line%%'

0 commit comments

Comments
 (0)