pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Functions, methods, and lambdas sho
Date: 2020-07-14 13:54:03
Message-ID: E1jvLNj-0000YU-HC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd9dc97b4f1373687be9f2eeb105fb4451447680
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/csv.py | 18 +++++++-------
web/pgadmin/utils/menu.py | 23 +++++++++---------
web/pgadmin/utils/preferences.py | 52 ++++++++++++++++++++++++----------------
3 files changed, 52 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-14 13:55:45 Re: [pgAdmin][RM5569] [SQL] Bad display of tables storage parameters in the "SQL" tab (correction of bug #5398 not complete)
Previous Message Khushboo Vashi 2020-07-14 13:03:55 Re: [pgAdmin4][Patch] - SonarQube Fixes