pschsch
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
Issue #14
## 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...
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()...
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...