Skip to content

Commit

Permalink
temp disabled complexity linter for rules/details/index, this file is…
Browse files Browse the repository at this point in the history
… due to be refactored but dont want to make this PR bigger
  • Loading branch information
yctercero committed Jun 8, 2020
1 parent 3117815 commit aea3b16
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

/* eslint-disable react-hooks/rules-of-hooks */
/* eslint-disable complexity */

import {
EuiButton,
Expand Down Expand Up @@ -403,20 +404,10 @@ export const RuleDetailsPageComponent: FC<PropsFromRedux> = ({
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 && <FailureHistory id={rule?.id} />}
</WrapperPage>
</StickyContainer>
)}
Expand Down

0 comments on commit aea3b16

Please sign in to comment.