testilo 31.0.2 → 31.0.3
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.
- package/package.json +1 -1
- package/procs/score/tic40.js +6 -6
package/package.json
CHANGED
package/procs/score/tic40.js
CHANGED
|
@@ -7152,18 +7152,18 @@ exports.issues = {
|
|
|
7152
7152
|
weight: 2,
|
|
7153
7153
|
max: 1,
|
|
7154
7154
|
tools: {
|
|
7155
|
-
|
|
7156
|
-
|
|
7155
|
+
aslint: {
|
|
7156
|
+
animationM: {
|
|
7157
7157
|
variable: false,
|
|
7158
7158
|
quality: 1,
|
|
7159
|
-
what: '
|
|
7159
|
+
what: 'Animation may fail to give user a pause, stop, or hide mechanism'
|
|
7160
7160
|
}
|
|
7161
7161
|
},
|
|
7162
|
-
|
|
7163
|
-
|
|
7162
|
+
testaro: {
|
|
7163
|
+
motion: {
|
|
7164
7164
|
variable: false,
|
|
7165
7165
|
quality: 1,
|
|
7166
|
-
what: '
|
|
7166
|
+
what: 'Change of visible content not requested by user'
|
|
7167
7167
|
}
|
|
7168
7168
|
}
|
|
7169
7169
|
}
|