diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/mocks/data/ids.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/mocks/data/ids.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/api/mocks/data/ids.ts b/server/sonar-web/src/main/js/api/mocks/data/ids.ts index f680b17e2a8..502e5600ffd 100644 --- a/server/sonar-web/src/main/js/api/mocks/data/ids.ts +++ b/server/sonar-web/src/main/js/api/mocks/data/ids.ts @@ -50,6 +50,7 @@ export const RULE_8 = 'rule8'; export const RULE_9 = 'rule9'; export const RULE_10 = 'rule10'; export const RULE_11 = 'rule11'; +export const RULE_12 = 'rule12'; // Quality Profiles. export const QP_1 = 'p1'; |