vt89

Results 7 comments of vt89

I confirm it is still there.

@adangel News about this feature?

@adangel Salesforce stores XML information in files using extensions like` .object`, ` .permissionset` instead of `.xml`. Even if I define a PMD rule for XML language, since files do not...

Thanks @adangel for showing interest! Official documentation is here: - CustomObject: [CustomObject](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/customobject.htm) - Profile: [Profile](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_profile.htm) - PermissionSet: [PermissionSet](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_permissionset.htm) In the above links, file suffixes like `.object`, `.profile` , `.permissionset` are...

I just noticed that this behaviour happens when the **report-mode** is **check-runs**. If we use **report-mode: comments** then all the comments from all the parallel jobs are added.

@mitchspano Could it happen because the Salesforce Code Analyzer does not consider files having `.object` extension? I tried with a different Custom PMD Rule checking if a new custom field...

I found [[Feature Request]Allow for scanning of salesforce metadata](https://github.com/forcedotcom/sfdx-scanner/issues/1237) where this topic was discussed.