Patch for SonarQube code scan fixes.

Поиск
Список
Период
Сортировка
От Nikhil Mohite
Тема Patch for SonarQube code scan fixes.
Дата
Msg-id CAOBg0AM_j_UEEHKoB3spfMu_4TZqTB-FxVLqhsvU=sfzoOoZ-Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Patch for SonarQube code scan fixes.
Список pgadmin-hackers
Hi Team,

I have fixed some code smell issues in the SonarQube scan, PFA patch.
Details as follows:
1. Schema Domains and Domain Constraints:
  • Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 27 to the 15 allowed.
2. Tables Columns:
  • Refactor this function to reduce its Cognitive Complexity from 45 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 51 to the 15 allowed.
3. Exclusion Constraint:
  • Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed.
  • Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed.
4. Schema Types:
  • Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed.

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

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4 ] Limit the scope of CSS
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][SonarQube] Replace the generic exception class with a more specific one