From aea3b1646fc8d46beea45bcfcd062deef9258adf Mon Sep 17 00:00:00 2001 From: Yara Tercero Date: Mon, 8 Jun 2020 15:50:30 -0400 Subject: [PATCH] temp disabled complexity linter for rules/details/index, this file is due to be refactored but dont want to make this PR bigger --- .../detection_engine/rules/details/index.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/x-pack/plugins/security_solution/public/alerts/pages/detection_engine/rules/details/index.tsx b/x-pack/plugins/security_solution/public/alerts/pages/detection_engine/rules/details/index.tsx index e34c80f0a29dd..0e527bf4dfc72 100644 --- a/x-pack/plugins/security_solution/public/alerts/pages/detection_engine/rules/details/index.tsx +++ b/x-pack/plugins/security_solution/public/alerts/pages/detection_engine/rules/details/index.tsx @@ -5,6 +5,7 @@ */ /* eslint-disable react-hooks/rules-of-hooks */ +/* eslint-disable complexity */ import { EuiButton, @@ -403,20 +404,10 @@ export const RuleDetailsPageComponent: FC = ({ ExceptionListType.ENDPOINT, ]} commentsAccordionId={'ruleDetailsTabExceptions'} - exceptionListsMeta={[ - { - id: '5b543420-a6c3-11ea-989f-53aa81611022', - type: 'endpoint', - namespaceType: 'single', - }, - { - id: '98440bc0-a750-11ea-989f-53aa81611022', - type: 'detection', - namespaceType: 'single', - }, - ]} + exceptionListsMeta={[]} /> )} + {ruleDetailTab === RuleDetailTabs.failures && } )}