summaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: 97d679ef9374aa1fe99f0c54fd64e9dafdb982f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
path_classifiers:
  docs:
    - docs
    - examples

  # Libraries that we maintain are explicitly given their own groups
  # They will be checked, and will contribute to our error/warning counts,
  # but we can easily enable/disable them in the web frontend.
  openjpeg:
    - openjpeg
  lcms2mt:
    - lcms2mt
  jbig2dec:
    - jbig2dec

  # Other libraries that we take unchanged are listed here. These will
  # be scanned, but won't contribute to our counts.
  library:
    - expat
    - freetype
    - jpeg
    - jpegxr
    - libpng
    - tiff
    - zlib

  devices:
    - devices
  contrib:
    - contrib
  tools:
    - toolbin
    - pcl/tools