Patch for SonarQube code scan fixes. - Mailing list pgadmin-hackers

From Nikhil Mohite
Subject Patch for SonarQube code scan fixes.
Date
Msg-id CAOBg0APMH+HqwL6O99jPsJOH3BSKqCu9wZobej_hGUGB=GshEA@mail.gmail.com
Whole thread Raw
Responses Re: Patch for SonarQube code scan fixes.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Team,

I have fixed some code smell issues in the SonarQube scan, PFA patch.
Details as follows:

1. Schema dif directory compare:
  • Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed.
2. Import-export:
  • Refactor this function to reduce its Cognitive Complexity from 30 to the 15 allowed.
3. Preferences:
  • Refactor this function to reduce its Cognitive Complexity from 30 to the 15 allowed.
4. Schema Types:
  • Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 24 to the 15 allowed.

Regards,
Nikhil Mohite.
Attachment

pgadmin-hackers by date:

Previous
From: Cyril Jouve
Date:
Subject: Use python3 ipaddress module to validate ipaddress
Next
From: Akshay Joshi
Date:
Subject: Re: WIP: SQL Formatter