lgtm.yml 984 Bytes
path_classifiers:
  #docs:

  # The default behavior is to tag all files created during the
  # build as `generated`. Results are hidden for generated code. You can tag 
  # further files as being generated by adding them to the `generated` section.
  #generated:
    # By default, all files not checked into the repository are considered to be
    # 'generated'.

  # The default behavior is to tag library code as `library`. Results are hidden 
  # for library code. You can tag further files as being library code by adding them
  # to the `library` section.
  library:
    # Classify all files in the top-level directory lib/mbedtls as library code.
    - lib/mbedtls

  # The default behavior is to tag template files as `template`. Results are hidden 
  # for template files. You can tag further files as being template files by adding 
  # them to the `template` section.
  #template:

  test:
    # Classify all files in the top-level directory test/ as test code.
    - test