Skip to content

Conversation

@arnaud-moncel
Copy link
Member

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

@qltysh
Copy link

qltysh bot commented Dec 11, 2025

3 new issues

Tool Category Rule Count
qlty Structure Function with high complexity (count = 7): run 2
qlty Structure Function with many parameters (count = 4): add_relation 1

@arnaud-moncel arnaud-moncel force-pushed the feat/handle-rpc-spagheti branch from e0bf21c to 863d92f Compare December 11, 2025 17:33
@arnaud-moncel arnaud-moncel force-pushed the feat/handle-rpc-spagheti branch from 863d92f to 12d6546 Compare December 23, 2025 13:39
@arnaud-moncel arnaud-moncel force-pushed the feat/handle-rpc-spagheti branch from 06c3424 to 0a7de88 Compare December 24, 2025 09:53
@arnaud-moncel arnaud-moncel force-pushed the feat/handle-rpc-spagheti branch from 55a26ef to ce5fc5c Compare December 24, 2025 16:08
name
end

def add_relation(collection_customizer, renames, relation_name, relation_definition)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function with many parameters (count = 4): add_relation [qlty:function-parameters]

add_relation(cz, options[:rename], relation_name.to_s, relation_definition)
end
end
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function with high complexity (count = 7): run [qlty:function-complexity]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants