@@ -115,15 +115,15 @@ IsolatedAnalyzerOutput {
115
115
"message": "Did you know that you can export functions, classes and constants directly
116
116
inline?
117
117
\`\`\`javascript
118
- export const value = colors => ...;
118
+ export const decodedValue = colors => ...;
119
119
\`\`\`",
120
120
"template": "Did you know that you can export functions, classes and constants directly
121
121
inline?
122
122
\`\`\`javascript
123
123
export %{method.signature}
124
124
\`\`\`",
125
125
"variables": Object {
126
- "method.signature": "const value = colors => ...;",
126
+ "method.signature": "const decodedValue = colors => ...;",
127
127
},
128
128
},
129
129
CommentImpl {
@@ -191,15 +191,15 @@ IsolatedAnalyzerOutput {
191
191
"message": "Did you know that you can export functions, classes and constants directly
192
192
inline?
193
193
\`\`\`javascript
194
- export function value (bands) ...
194
+ export function decodedValue (bands) ...
195
195
\`\`\`",
196
196
"template": "Did you know that you can export functions, classes and constants directly
197
197
inline?
198
198
\`\`\`javascript
199
199
export %{method.signature}
200
200
\`\`\`",
201
201
"variables": Object {
202
- "method.signature": "function value (bands) ...",
202
+ "method.signature": "function decodedValue (bands) ...",
203
203
},
204
204
},
205
205
CommentImpl {
@@ -371,10 +371,10 @@ IsolatedAnalyzerOutput {
371
371
"comments": Array [
372
372
CommentImpl {
373
373
"externalTemplate": "javascript.general.no_method",
374
- "message": "No method called \`value \`. The tests won't pass without it.",
374
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
375
375
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
376
376
"variables": Object {
377
- "method.name": "value ",
377
+ "method.name": "decodedValue ",
378
378
},
379
379
},
380
380
],
@@ -1098,12 +1098,12 @@ IsolatedAnalyzerOutput {
1098
1098
"comments": Array [
1099
1099
CommentImpl {
1100
1100
"externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1101
- "message": "📕 If you look at the tests, the function \`value \` only receives one
1101
+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1102
1102
parameter. Nothing more and nothing less.
1103
1103
1104
1104
📕 Remove the additional parameters from your function, as their value will
1105
1105
always be \`undefined\` or whatever default you've assigned.",
1106
- "template": "📕 If you look at the tests, the function \`value \` only receives one
1106
+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1107
1107
parameter. Nothing more and nothing less.
1108
1108
1109
1109
📕 Remove the additional parameters from your function, as their value will
@@ -1292,12 +1292,12 @@ IsolatedAnalyzerOutput {
1292
1292
"comments": Array [
1293
1293
CommentImpl {
1294
1294
"externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1295
- "message": "📕 If you look at the tests, the function \`value \` only receives one
1295
+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1296
1296
parameter. Nothing more and nothing less.
1297
1297
1298
1298
📕 Remove the additional parameters from your function, as their value will
1299
1299
always be \`undefined\` or whatever default you've assigned.",
1300
- "template": "📕 If you look at the tests, the function \`value \` only receives one
1300
+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1301
1301
parameter. Nothing more and nothing less.
1302
1302
1303
1303
📕 Remove the additional parameters from your function, as their value will
@@ -1330,12 +1330,12 @@ IsolatedAnalyzerOutput {
1330
1330
"comments": Array [
1331
1331
CommentImpl {
1332
1332
"externalTemplate": "javascript.general.no_parameter",
1333
- "message": "Your function \`value \` does not have a parameter.
1333
+ "message": "Your function \`decodedValue \` does not have a parameter.
1334
1334
The tests won't pass without it.",
1335
1335
"template": "Your function \`%{function.name}\` does not have a parameter.
1336
1336
The tests won't pass without it.",
1337
1337
"variables": Object {
1338
- "function.name": "value ",
1338
+ "function.name": "decodedValue ",
1339
1339
},
1340
1340
},
1341
1341
],
@@ -1428,12 +1428,12 @@ IsolatedAnalyzerOutput {
1428
1428
"comments": Array [
1429
1429
CommentImpl {
1430
1430
"externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1431
- "message": "📕 If you look at the tests, the function \`value \` only receives one
1431
+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1432
1432
parameter. Nothing more and nothing less.
1433
1433
1434
1434
📕 Remove the additional parameters from your function, as their value will
1435
1435
always be \`undefined\` or whatever default you've assigned.",
1436
- "template": "📕 If you look at the tests, the function \`value \` only receives one
1436
+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
1437
1437
parameter. Nothing more and nothing less.
1438
1438
1439
1439
📕 Remove the additional parameters from your function, as their value will
@@ -1450,10 +1450,10 @@ IsolatedAnalyzerOutput {
1450
1450
"comments": Array [
1451
1451
CommentImpl {
1452
1452
"externalTemplate": "javascript.general.no_method",
1453
- "message": "No method called \`value \`. The tests won't pass without it.",
1453
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
1454
1454
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
1455
1455
"variables": Object {
1456
- "method.name": "value ",
1456
+ "method.name": "decodedValue ",
1457
1457
},
1458
1458
},
1459
1459
],
@@ -1638,10 +1638,10 @@ IsolatedAnalyzerOutput {
1638
1638
"comments": Array [
1639
1639
CommentImpl {
1640
1640
"externalTemplate": "javascript.general.no_method",
1641
- "message": "No method called \`value \`. The tests won't pass without it.",
1641
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
1642
1642
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
1643
1643
"variables": Object {
1644
- "method.name": "value ",
1644
+ "method.name": "decodedValue ",
1645
1645
},
1646
1646
},
1647
1647
],
@@ -2510,12 +2510,12 @@ IsolatedAnalyzerOutput {
2510
2510
"comments": Array [
2511
2511
CommentImpl {
2512
2512
"externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
2513
- "message": "📕 If you look at the tests, the function \`value \` only receives one
2513
+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
2514
2514
parameter. Nothing more and nothing less.
2515
2515
2516
2516
📕 Remove the additional parameters from your function, as their value will
2517
2517
always be \`undefined\` or whatever default you've assigned.",
2518
- "template": "📕 If you look at the tests, the function \`value \` only receives one
2518
+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
2519
2519
parameter. Nothing more and nothing less.
2520
2520
2521
2521
📕 Remove the additional parameters from your function, as their value will
@@ -2604,10 +2604,10 @@ IsolatedAnalyzerOutput {
2604
2604
"comments": Array [
2605
2605
CommentImpl {
2606
2606
"externalTemplate": "javascript.general.no_method",
2607
- "message": "No method called \`value \`. The tests won't pass without it.",
2607
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
2608
2608
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
2609
2609
"variables": Object {
2610
- "method.name": "value ",
2610
+ "method.name": "decodedValue ",
2611
2611
},
2612
2612
},
2613
2613
],
@@ -2932,12 +2932,12 @@ IsolatedAnalyzerOutput {
2932
2932
"comments": Array [
2933
2933
CommentImpl {
2934
2934
"externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
2935
- "message": "📕 If you look at the tests, the function \`value \` only receives one
2935
+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
2936
2936
parameter. Nothing more and nothing less.
2937
2937
2938
2938
📕 Remove the additional parameters from your function, as their value will
2939
2939
always be \`undefined\` or whatever default you've assigned.",
2940
- "template": "📕 If you look at the tests, the function \`value \` only receives one
2940
+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
2941
2941
parameter. Nothing more and nothing less.
2942
2942
2943
2943
📕 Remove the additional parameters from your function, as their value will
@@ -3054,10 +3054,10 @@ IsolatedAnalyzerOutput {
3054
3054
"comments": Array [
3055
3055
CommentImpl {
3056
3056
"externalTemplate": "javascript.general.no_method",
3057
- "message": "No method called \`value \`. The tests won't pass without it.",
3057
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
3058
3058
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
3059
3059
"variables": Object {
3060
- "method.name": "value ",
3060
+ "method.name": "decodedValue ",
3061
3061
},
3062
3062
},
3063
3063
],
@@ -3530,10 +3530,10 @@ IsolatedAnalyzerOutput {
3530
3530
"comments": Array [
3531
3531
CommentImpl {
3532
3532
"externalTemplate": "javascript.general.no_method",
3533
- "message": "No method called \`value \`. The tests won't pass without it.",
3533
+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
3534
3534
"template": "No method called \`%{method.name}\`. The tests won't pass without it.",
3535
3535
"variables": Object {
3536
- "method.name": "value ",
3536
+ "method.name": "decodedValue ",
3537
3537
},
3538
3538
},
3539
3539
],
0 commit comments