Ondrej Kratochvil
Ondrej Kratochvil
Stack trace: Hey guys, I have a problem with child_process on windows while using ipc so I asked [a question](https://stackoverflow.com/questions/63303200/node-child-process-spawn-bad-file-descriptor-on-windows-with-ipc). I found this module to solve it but the same...
Implement a rule to check for deprecated directives `if:true` and `if:false` The legacy if:true and if:false directives are no longer recommended as Salesforce intend to deprecate and remove these directives...
Currently no datetime is supported. Something like this would be appreciated. Also date literals would be great. https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_dateformats.htm ``` private static final String GMT_DATE_FORMAT = 'yyyy-MM-dd\'T\'HH:mm:ss\'Z\''; public class CompareCondition extends...