Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Jul 1, 2017
1 parent 1dd11c6 commit 8b2adad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/cflint/CFLint.java
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ protected void scanElement(final Element elem, final Context context) {
} catch (final Exception e) {
printException(e);
reportRule(elem, null, context, plugin, PLUGIN_ERROR);
fireCFLintException(e, PLUGIN_ERROR, context.getFilename(), null, null, null, null);
}
}
}
Expand Down Expand Up @@ -781,7 +780,6 @@ protected void scanExpression(final CFScriptStatement expression, Context contex
} catch (final Exception e) {
printException(e);
reportRule(elem, expression, context, plugin, PLUGIN_ERROR);
fireCFLintException(e, PLUGIN_ERROR, context.getFilename(), null, null, null, null);
}
}
}
Expand Down Expand Up @@ -870,7 +868,6 @@ private void process(final CFExpression expression, final Element elem, Context
} catch (final Exception e) {
printException(e);
reportRule(elem, expression, context, plugin, PLUGIN_ERROR);
fireCFLintException(e, PLUGIN_ERROR, context.getFilename(), null, null, null, null);
}
}
// Handle a few expression types in a special fashion.
Expand Down

0 comments on commit 8b2adad

Please sign in to comment.