[pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checks should not be inverted, Comma operator should not be used)

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checks should not be inverted, Comma operator should not be used)
Date: 2020-06-22 11:05:56
Message-ID: CAMa=N=MUWsysQmu50TK7MatR6_1Nfod_em=aGLP7zQWnEhPDug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please find patch fixing sonarqube issues related to below rules -

1.Boolean checks should not be inverted,
2.Comma operator should not be used,
3.Arguments to built-in functions should match documented types,
4.Redundant pairs of parentheses should be removed,

Thanks,
Yogesh Mahajan
QA - Team
EnterpriseDB Corporation

Phone: +91-9741705709

Attachment Content-Type Size
SonarQubeFix5_v1.patch application/octet-stream 3.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-06-22 11:15:35 pgAdmin 4 commit: Disallow installation of the 32 and 64 bit builds at
Previous Message Pradip Parkale 2020-06-22 09:53:18 Re: [pgAdmin][RM5516]: Added support of Row Security Policies