Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv committed Jan 26, 2016
1 parent 3510a71 commit b951ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/formatters/msbuildFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class Formatter extends AbstractFormatter {
const outputLines = failures.map((failure: RuleFailure) => {
const fileName = failure.getFileName();
const failureString = failure.getFailure();
const ruleName = failure.getRuleName();

const lineAndCharacter = failure.getStartPosition().getLineAndCharacter();
const positionTuple = `(${lineAndCharacter.line + 1},${lineAndCharacter.character + 1})`;
Expand Down

0 comments on commit b951ff5

Please sign in to comment.