Scott Wells
Scott Wells
I'm integrating the new HTML language support from 6.45.0 into my IDE plugin (Illuminated Cloud 2) and noticed that those rules are only active for files with the `html` file...
**Affects PMD Version:** 6.45.0 **Description:** I'm integrating the new HTML language support into my IDE plugin (Illuminated Cloud 2) and noticed that the reported violation range for `UseAltAttributeForImages` is incorrect....
This was reported to me by an IC2 user and I reproduced it locally using just the two CLIs: ``` $ sf login org --alias org_alias Successfully authorized with ID...
I'm not sure if this is the proper way to file a request like this, but I'm filing this minimally to seed additional discussion after a chat with @rsoesemann. In...
I'm logging this as a question as I'm not seeing an obvious answer in the docs, but in the spirit of honesty, I also haven't _completely_ reviewed all of the...
Hi. This request comes in perhaps a little sideways. I'm the developer of [Illuminated Cloud 2](https://plugins.jetbrains.com/plugin/10253-illuminated-cloud-2/), another plugin for JetBrains IDEs that provides general support for Salesforce development. With the...
I have a parser with the following rules: ``` triggerDefinition ::= TRIGGER identifier ON type triggerDmlEvents codeBlock { pin=1 } triggerDmlEvents ::= LPAREN dmlEventList RPAREN { pin=1 } private dmlEventList...
I believe this is a result of the project template updates for Winter '25, but now when I create a new project using the CLI, `npm install` fails due to...
**NOTE:** Logging this after discussion with Vivek Chawla in Slack. The short version is that I've created a preview scratch org and an API v62.0 project, then I've created an...
Salesforce has released their own, official spec for ApexDoc: https://developer.salesforce.com/docs/atlas.en-us.258.0.apexcode.meta/apexcode/apex_doc_intro.htm For the most part, IcApexDoc is a superset of that spec, though there are a few new tags there that...