By default Exakat Cloud runs analysis on all rules.
In necessary, Exakat Cloud allows you to restrict the scope of the rules to apply.
Configure the rules that should be applied on the repository using In-Code configuration mode of Exakat Engine.
1°) Create a .exakat.yaml config file at the root of your repository
project: exakat
include_dirs:
- /path/to/include
ignore_dirs:
- /path/to/ignore
- /vendor
- /docs
- /media
2°) Use ignore_dirs and or include_dirs directive
Use ignore_dirs to exlude directories or files. If necessary by exception add directories or files with include_dirs.
Read the Documentation to know more on how to use to ignore or include directives.