-
Thanks to https://github.com/pywikibot-catfiles/file-metadata/pull/75 we can see now some issues because of complexity:
```
setupdeps.py:152:1: C901 'SetupPackage.install_help_msg' is too complex (20…
-
Reduce code complexity to improve code quality. It's currently set to 15 in flake8 config file.
-
Something like code coverage, but oriented to detect code complexity.
Idea from https://codeclimate.com. I want to use this feature on my travis workflow.
-
Read about it here (if you haven't already)
This is the result of my complexity linter, do with it what you like ;-)
```
─────┤░░░▒▒▒▓▓▓ GoGognitive ▓▓▓▒▒▒░░░├─────
1 - aws-terraform-generat…
-
I've found adding **wily** useful when making architectural changes and getting a sense of how code complexity changes over time.
https://pypi.org/project/wily/
https://www.youtube.com/watch?v=d…
-
Look at the https://github.com/whitesmith/rubycritic project, and the child projects, and see if we can get some of the content out in a JSON/etc format for parsing.
-
## Easy
- [ ] Cover Authentication Process
- [ ] Refactor and Cover SettingsController
- [ ] Refactor TicketsController
- [ ] Cover UsersController
## Medium
- [ ] Cover Attachment Model
…
-
Function `check_conditions` has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
https://codeclimate.com/github/iKostanOrg/codewars/kyu_2/evaluate_mathematical_expression/evalu…
-
## Intuition
The service actually requires database, even a distributed database or a key value store. However, this is a coding test with lots of limitations. It won't never be perfect!
## Assu…
-
Suggestion from D.M.:
line 102, which determines which sequences to write out, is performing a list look up. This can be reduced to O(1). It is also not using the skbio fasta formatter.