moggers87 / exhibition

A static site generator
GNU General Public License v3.0
5 stars 2 forks source link

Fix code complexity issues with various methods #50

Closed moggers87 closed 6 years ago

moggers87 commented 6 years ago

Ran the code through code climate and got a few errors: https://codeclimate.com/github/moggers87/exhibition/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication

moggers87 commented 6 years ago

Hmm, codeclimate is reporting different numbers than the maccabe plugin for flake8 is

moggers87 commented 6 years ago

Oh, they're measuring their own thing. There doesn't appear to be anything on PyPI that uses the same algorithm, so fuck 'em.