pschsch

Results 25 issues of pschsch

Seems it's not working with Java socket-io client. I've tried to connect with versions 1.0.0 and 2.0.1 of Java client

Would be useful for teams who use this so popular analyzer

## Expected Behavior of the rule I expect to have option to ignore null checks in ComplexCondition rule, so they'll not be counted in total threshold Simple example: we have...

rules

According to plugin code, it adds action to the link task responsible for swift code generation ``` linkTask.doLast(PostProcessLinkTask(framework, processor, kSwiftExtension)) ``` Then, registering a task, which is responsible for podspec...

Example: ``` data class SomeType( val field : Field ) { sealed class /*interface*/ Field data class TextField(val text : String) : Field() data class ImageField(val url : String): Field()...

bug

Example: **Now:** ``` class AwesomeViewModel : ViewModel() { sealed class Parameter { object ObjectParameter : Parameter() data class ClassParameter(val param : Int): Parameter() } ... fun handleParameter(parameter : Parameter) {...

Now we need directly use initializer of *Ks types to instantiate it. Their names could be so big, so to improve readability we could use this sort of construction to...

enhancement