Skip to content

Commit b4e9915

Browse files
committed
Configure SymfonyInsight via config file
1 parent e34de6c commit b4e9915

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/.gitignore export-ignore
99
/.scrutinizer.yml export-ignore
1010
/.styleci.yml export-ignore
11+
/.symfony.insight.yaml export-ignore
1112
/CODE_OF_CONDUCT.md export-ignore
1213
/CONTRIBUTING.md export-ignore
1314
/phpunit.xml.dist export-ignore

.symfony.insight.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SymfonyInsight seems to cache composer.lock against our wishes
2+
pre_composer_script: rm -rf composer.lock
3+
4+
rules:
5+
# We do want json5_decode() exposed as a global function
6+
php.use_global_variable_or_function:
7+
enabled: false

0 commit comments

Comments
 (0)