IDE-109: Implement collapseable scripts and composite bricks#5196
IDE-109: Implement collapseable scripts and composite bricks#5196harshsomankar123-tech wants to merge 2 commits into
6 new alerts
New alerts in code changed by this pull request
- 6 warnings
See annotations below for details.
Annotations
Code scanning / detekt
Detects unused imports Warning
Code scanning / detekt
Unused Imports are dead code and should be removed. Warning
Code scanning / detekt
Excessive nesting leads to hidden complexity. Prefer extracting code to make it easier to understand. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Warning
Code scanning / detekt
Private function is unused and should be removed. Warning