[pgAdmin][SonarQube] Reduce cognitive complexity

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][SonarQube] Reduce cognitive complexity
Date: 2020-07-27 05:12:02
Message-ID: CAM9w-_k_2Vq7o-aNQoL9+T3cWQvvwqwvZcMUpBOeNYaZpph8WQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to reduce cognitive complexity for:
1) web/.../databases/schemas/views/__init__.py from 110 to the 15 allowed.
2) web/.../servers/databases/casts/__init__.py from 18 to the 15 allowed.
3) web/.../databases/schemas/collations/__init__.py from 16 to the 15
allowed.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
sonarqube.cognitive.view.patch application/octet-stream 16.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-07-27 05:29:50 Re: [pgAdmin][SonarQube] Reduce cognitive complexity
Previous Message Cyril Jouve 2020-07-26 16:29:10 Remove compat code for py<3.4