Home | History | Annotate | Download | only in rsa
      1 engines:
      2   duplication:
      3     enabled: true
      4     config:
      5       languages:
      6       - python
      7   fixme:
      8     enabled: true
      9   pep8:
     10     enabled: true
     11   radon:
     12     enabled: true
     13 ratings:
     14   paths:
     15   - "**.py"
     16 exclude_paths:
     17 - tests/**/*
     18