Skip to content

Add a way to specify folders to be parsed but not analyzed (while still allowing analysis of subfolders or files within that file) #1833

Description

@khadgarmage

I have a requirements as followed:
1、the directory structure:

code
   --application
      --controllers
         --c1.php
      --models
         --m1.php
   --libraries

2、I want to analyze the m1.php alone(but c1.php dependency on m1.php), so i specify directory_list as "application" and exclude_analysis_directory_list as "application" to solving the problem of dependence, but the c1.php can not be analyzed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions