Revision 771e9f59d639dbb0e2fa8e646c8e588405d3903e authored by Hubert Kario on 09 September 2021, 19:24:48 UTC, committed by GitHub on 09 September 2021, 19:24:48 UTC
use newer ubuntu for old pythons
.codeclimate.yml
engines:
radon:
enabled: true
config:
threshold: "C"
pep8:
enabled: true
duplication:
enabled: true
exclude_fingerprints:
# duplication in tlslite/utils/codec.py Writer.addTwo() .addFour()
- 2e783666ce368f4223c1e7f5b162e2d9
- 2c398389f33ea2572edefc5370ed49c0
config:
languages:
python:
python_version: 3
mass_threshold: 35
fixme:
enabled: true
config:
strings:
- TODO
- FIXME
- HACK
- BUG
checks:
bug:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "tlslite/**"
- "**.py"
exclude_paths:
- "tests/**/*"
- "scripts/**/*"
- "unit_tests/**/*"

Computing file changes ...