@admc.com/eslintplugin-sn-test 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ (function() {
2
+ if (!current.update()) throw new Error("update failed");
3
+ })(previous, current);
@@ -0,0 +1,5 @@
1
+ var CodeQuality = Class.create();
2
+ CodeQuality.prototype.type = "CodeQuality";
3
+ CodeQuality.prototype.checkRUS = function(remoteUpdateSet) {
4
+ gs.log(remoteUpdateSet, "src");
5
+ };
@@ -0,0 +1 @@
1
+ current.update();
@@ -0,0 +1,3 @@
1
+ (function() {
2
+ if (!current.update("update notation")) throw new Error("update failed");
3
+ })(previous, current);
@@ -0,0 +1 @@
1
+ previous.deleteRecord();
@@ -0,0 +1 @@
1
+ if (!current.update()) gs.logError("updated failed", "src");
@@ -0,0 +1 @@
1
+ if (!previous.deleteRecord()) gs.error("delete failed");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admc.com/eslintplugin-sn-test",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "External tests for ESLint plugin @admc.com/eslint-plugin-sn",
5
5
  "scripts": {
6
6
  "test": "mocha --recursive",