Skip to content

Instantly share code, notes, and snippets.

@Trott

Trott/addons.txt Secret

Created November 29, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trott/864401455d4afa2428cd4814e072bd7c to your computer and use it in GitHub Desktop.
Save Trott/864401455d4afa2428cd4814e072bd7c to your computer and use it in GitHub Desktop.
/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