analysis_options.yaml 193 Bytes
Newer Older
1 2 3
# Take our settings from the repo's main analysis_options.yaml file, but add
# an exclude for the build directory.

4
include: ../../../analysis_options.yaml
5 6 7 8

analyzer:
  exclude:
    - build/**