Skip to content

Set depth for Exception analysis #111

Answered by brichbash
andrii-pez asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!
The information about the depth is stored in <your-project>/.idea/php.xml, looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="PhpAnalysisConfiguration" call_tree_analysis_depth="2" />
...
</project>

Qodana automatically uses configuration files from .idea, so if you have/create/move .idea/php.xml before analysis in your project root in any CI/CD, Qodana should consider the settings.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrii-pez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants