Skip to content

Commit

Permalink
Removed TODO blocks to prevent linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Nov 13, 2019
1 parent b4c43a2 commit b16e661
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ export const signalsAlertType = ({ logger }: { logger: Logger }): SignalAlertTyp
async executor({ services, params }) {
const {
description,
falsePositives, // TODO: Use this by copying it into the rule
filter,
from,
id,
immutable, // TODO: Use this by copying it into the rule
index,
filters,
language,
Expand All @@ -60,7 +58,6 @@ export const signalsAlertType = ({ logger }: { logger: Logger }): SignalAlertTyp
name,
references,
severity,
tags, // TODO: Use this by copying it into the rule
to,
type,
size,
Expand Down

0 comments on commit b16e661

Please sign in to comment.