You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.codacy.yml 131 B

123456789
  1. ---
  2. exclude_paths:
  3. - '**.md'
  4. - '**/**.md'
  5. - '**.sql'
  6. - '**.html'
  7. - '**/static/**'
  8. - '**/templates/**'
  9. - '**/test/**'