File Categorizer Architecture is one of Understand's built-in architectures — automatic ways to group a codebase (by directory, git history, language, …) for graphs, metrics, and dependency analysis.
File Categorizer Architecture
Languages: C, C++File Categorizer Architecture
Create a custom architecture for a C/C++ codebase that filters filenames matching certain patterns that are often used for auxiliary purposes, testing, examples, or auto-generated content, which might not be central to your analysis. You should adjust these exclusions based on the specific context and requirements of your project. For instance, if your analysis aims to include testing mechanisms, you should not exclude test files. This filtered architecture can then be used to easily select only relevant source files when running CodeCheck on the codebase.