Initial version of the Server - #83
Conversation
There was a problem hiding this comment.
Gates Failed
❌ Enforce advisory code health rules (1 file with Complex Conditional)
❌ New code is healthy (1 new file with code health below 10.00)
Gates Passed
✅ 4 Quality Gates Passed
See analysis details in CodeScene
Reason for failure
| Enforce advisory code health rules | Violations | Code Health Impact | |
|---|---|---|---|
| Server.java | 1 advisory rule | 10.00 → 9.69 | Suppress |
| New code is healthy | Violations | Code Health Impact | |
|---|---|---|---|
| Server.java | 1 rule | 10.00 → 9.69 | Suppress |
Quality Gate Profile: Custom Configuration
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
2c438ef to
fb14ecf
Compare
There was a problem hiding this comment.
Gates Failed
❌ New code is healthy (1 new file with code health below 10.00)
❌ Enforce advisory code health rules (1 file with Complex Conditional)
Gates Passed
✅ 4 Quality Gates Passed
See analysis details in CodeScene
Reason for failure
| New code is healthy | Violations | Code Health Impact | |
|---|---|---|---|
| Server.java | 1 rule | 10.00 → 9.69 | Suppress |
| Enforce advisory code health rules | Violations | Code Health Impact | |
|---|---|---|---|
| Server.java | 1 advisory rule | 10.00 → 9.69 | Suppress |
Quality Gate Profile: Custom Configuration
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
| } | ||
|
|
||
| public void start(ServerConfig c) { | ||
| if (c != null && c.isEnabled() && c.canCommunicate()) { |
There was a problem hiding this comment.
❌ New issue: Complex Conditional
start has 1 complex conditionals with 2 branches, threshold = 2
Hello @lissy93, |


No description provided.