Patch for SonarQube code scan fixes.

Поиск
Список
Период
Сортировка
От Nikhil Mohite
Тема Patch for SonarQube code scan fixes.
Дата
Msg-id CAOBg0AOuGXdO-8bx_5KCCG==yxcSbCpmZ6-=XSNyzxGYCDjt3Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Patch for SonarQube code scan fixes.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi Team,

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

1. Utils Route:
  • Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.
2. User Management:
  • Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed.
3. Query tool preferences:
  • Merge these implicitly concatenated strings; or did you forget a comma?
4. Tool Maintenance:
  • Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed.

Regards,
Nikhil Mohite.
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: WIP: SQL Formatter
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: WIP: SQL Formatter