Skip to content

Commit 62839ec

Browse files
committed
Abbreviate descriptions that fail linting for being too long
1 parent fe9a287 commit 62839ec

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

tests/draft-next/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"tests": [
99
{
10-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
10+
"description": "a small float whose fractional part is truncated is not an integer",
1111
"data": 1.00000000000001,
1212
"valid": false
1313
},
1414
{
15-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
15+
"description": "a large float whose fractional part is truncated is not an integer",
1616
"data": 9007199254740991.5,
1717
"valid": false
1818
}

tests/draft2019-09/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"tests": [
99
{
10-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
10+
"description": "a small float whose fractional part is truncated is not an integer",
1111
"data": 1.00000000000001,
1212
"valid": false
1313
},
1414
{
15-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
15+
"description": "a large float whose fractional part is truncated is not an integer",
1616
"data": 9007199254740991.5,
1717
"valid": false
1818
}

tests/draft2020-12/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
},
88
"tests": [
99
{
10-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
10+
"description": "a small float whose fractional part is truncated is not an integer",
1111
"data": 1.00000000000001,
1212
"valid": false
1313
},
1414
{
15-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
15+
"description": "a large float whose fractional part is truncated is not an integer",
1616
"data": 9007199254740991.5,
1717
"valid": false
1818
}

tests/draft3/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
},
77
"tests": [
88
{
9-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
9+
"description": "a small float whose fractional part is truncated is not an integer",
1010
"data": 1.00000000000001,
1111
"valid": false
1212
},
1313
{
14-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
14+
"description": "a large float whose fractional part is truncated is not an integer",
1515
"data": 9007199254740991.5,
1616
"valid": false
1717
}

tests/draft4/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
},
77
"tests": [
88
{
9-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
9+
"description": "a small float whose fractional part is truncated is not an integer",
1010
"data": 1.00000000000001,
1111
"valid": false
1212
},
1313
{
14-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
14+
"description": "a large float whose fractional part is truncated is not an integer",
1515
"data": 9007199254740991.5,
1616
"valid": false
1717
}

tests/draft6/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
},
77
"tests": [
88
{
9-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
9+
"description": "a small float whose fractional part is truncated is not an integer",
1010
"data": 1.00000000000001,
1111
"valid": false
1212
},
1313
{
14-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
14+
"description": "a large float whose fractional part is truncated is not an integer",
1515
"data": 9007199254740991.5,
1616
"valid": false
1717
}

tests/draft7/optional/integer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
},
77
"tests": [
88
{
9-
"description": "a small float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
9+
"description": "a small float whose fractional part is truncated is not an integer",
1010
"data": 1.00000000000001,
1111
"valid": false
1212
},
1313
{
14-
"description": "a large float whose nonzero-value fractional part is truncated in a binary64 float is not an integer",
14+
"description": "a large float whose fractional part is truncated is not an integer",
1515
"data": 9007199254740991.5,
1616
"valid": false
1717
}

0 commit comments

Comments
 (0)