mirror of
https://github.com/jopohl/urh.git
synced 2026-03-07 16:56:48 +01:00
30 lines
512 B
YAML
30 lines
512 B
YAML
---
|
|
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- python
|
|
fixme:
|
|
enabled: true
|
|
radon:
|
|
enabled: false # cyclomatic complexity checks
|
|
ratings:
|
|
paths:
|
|
- "**.inc"
|
|
- "**.js"
|
|
- "**.jsx"
|
|
- "**.module"
|
|
- "**.php"
|
|
- "**.py"
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- tests/
|
|
- src/urh/dev/gr/scripts/
|
|
- src/urh/cythonext/path_creator.cpp
|
|
- src/urh/cythonext/signalFunctions.cpp
|
|
- src/urh/cythonext/util.cpp
|
|
- src/urh/dev/native/lib/*.cpp
|
|
- src/urh/ui/ui_*
|
|
- src/urh/ui/*_rc.py
|