We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ea2b6 commit d587ecdCopy full SHA for d587ecd
source/classes/Cmdt.cls
@@ -2,7 +2,7 @@
2
* @description Provides access to Custom Metadata Type records with caching and namespace support.
3
* Supports both DeveloperName and qualified namespace__DeveloperName lookups.
4
*/
5
-@SuppressWarnings('PMD.AvoidGlobalModifier,PMD.CognitiveComplexity')
+@SuppressWarnings('PMD.AvoidGlobalModifier')
6
global inherited sharing class Cmdt {
7
@TestVisible
8
private static final String DEVELOPER_NAME = 'DeveloperName';
0 commit comments