Skip to content

Commit d587ecd

Browse files
committed
removing cognitivecomplexity suppression - no longer needed since we split up into two classes
1 parent 78ea2b6 commit d587ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes/Cmdt.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @description Provides access to Custom Metadata Type records with caching and namespace support.
33
* Supports both DeveloperName and qualified namespace__DeveloperName lookups.
44
*/
5-
@SuppressWarnings('PMD.AvoidGlobalModifier,PMD.CognitiveComplexity')
5+
@SuppressWarnings('PMD.AvoidGlobalModifier')
66
global inherited sharing class Cmdt {
77
@TestVisible
88
private static final String DEVELOPER_NAME = 'DeveloperName';

0 commit comments

Comments
 (0)