testilo 19.2.8 → 19.2.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "19.2.8",
3
+ "version": "19.2.10",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -11,11 +11,13 @@
11
11
  weight: weight of the issue in score computation
12
12
  tools: tools (including Testaro) providing tests for the issue
13
13
 
14
- Each property of tools specifies a rule of that tool. The key is the identifier of the rule.
15
- The value is an object with these properties:
16
- - variable: whether the key is a regular expression
17
- - quality: the estimated quality of the test for the rule (normally 1)
18
- - what: description of a rule violation
14
+ Each property of tools is data about one of the tools that test for the issue. The key is the name
15
+ of the tool. The value is an object containing data about the rules of the tool that pertain to
16
+ the issue. Each property of that object is data about one of those rules. The key is the
17
+ identifier of the rule, and the value is an object with these properties:
18
+ variable: whether the key is a regular expression
19
+ quality: the estimated quality of the test for the rule (normally 1)
20
+ what: description of a rule violation
19
21
  */
20
22
 
21
23
  exports.issues = {