Skip to content

Commit

Permalink
Implement rules to avoid low level calls #8
Browse files Browse the repository at this point in the history
  • Loading branch information
idrabenia committed Oct 16, 2017
1 parent dec6cbd commit d543da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/files-linting.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Linter', function() {
try {
fs.unlinkSync(tmpFilePath());
} catch (err) {
// noop
// console.log(err);
}
}

Expand Down

0 comments on commit d543da9

Please sign in to comment.