-
-
Save Trott/864401455d4afa2428cd4814e072bd7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/trott/io.js/test/addons/async-hello-world/test.js | |
7:3 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
8:3 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/hello-world-function-export/test.js | |
5:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/hello-world/test.js | |
5:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/load-long-path/test.js | |
37:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/stringbytes-external-exceed-max/test-stringbytes-external-at-max.js | |
33:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary.js | |
37:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
42:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties | |
/Users/trott/io.js/test/addons/stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-2.js | |
33:1 error 'assert.equal' is restricted from being used. Please use assert.strictEqual() no-restricted-properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment