1{ 2 "copyright": [ 3 "Copyright (c) 2023-2024 Huawei Device Co., Ltd.", 4 "Licensed under the Apache License, Version 2.0 (the 'License');", 5 "you may not use this file except in compliance with the License.", 6 "You may obtain a copy of the License at", 7 "", 8 "http://www.apache.org/licenses/LICENSE-2.0", 9 "", 10 "Unless required by applicable law or agreed to in writing, software", 11 "distributed under the License is distributed on an 'AS IS' BASIS,", 12 "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", 13 "See the License for the specific language governing permissions and", 14 "limitations under the License." 15 ], 16 "nodes": [ 17 { 18 "line": 17, 19 "column": 6, 20 "problem": "AnyType", 21 "suggest": "", 22 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 23 }, 24 { 25 "line": 18, 26 "column": 6, 27 "problem": "AnyType", 28 "suggest": "", 29 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 30 }, 31 { 32 "line": 25, 33 "column": 12, 34 "problem": "AnyType", 35 "suggest": "", 36 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 37 }, 38 { 39 "line": 26, 40 "column": 12, 41 "problem": "AnyType", 42 "suggest": "", 43 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 44 }, 45 { 46 "line": 43, 47 "column": 8, 48 "problem": "AnyType", 49 "suggest": "", 50 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 51 }, 52 { 53 "line": 44, 54 "column": 8, 55 "problem": "AnyType", 56 "suggest": "", 57 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 58 }, 59 { 60 "line": 72, 61 "column": 10, 62 "problem": "LimitedReturnTypeInference", 63 "suggest": "", 64 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)" 65 }, 66 { 67 "line": 72, 68 "column": 18, 69 "problem": "AnyType", 70 "suggest": "", 71 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 72 }, 73 { 74 "line": 75, 75 "column": 18, 76 "problem": "AnyType", 77 "suggest": "", 78 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 79 }, 80 { 81 "line": 97, 82 "column": 18, 83 "problem": "AnyType", 84 "suggest": "", 85 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 86 }, 87 { 88 "line": 100, 89 "column": 18, 90 "problem": "AnyType", 91 "suggest": "", 92 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 93 }, 94 { 95 "line": 126, 96 "column": 11, 97 "problem": "ArrayLiteralNoContextType", 98 "suggest": "", 99 "rule": "Array literals must contain elements of only inferrable types (arkts-no-noninferrable-arr-literals)" 100 }, 101 { 102 "line": 126, 103 "column": 13, 104 "problem": "ObjectLiteralNoContextType", 105 "suggest": "", 106 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 107 }, 108 { 109 "line": 126, 110 "column": 30, 111 "problem": "ObjectLiteralNoContextType", 112 "suggest": "", 113 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 114 }, 115 { 116 "line": 18, 117 "column": 3, 118 "problem": "StrictDiagnostic", 119 "suggest": "Property 'b' has no initializer and is not definitely assigned in the constructor.", 120 "rule": "Property 'b' has no initializer and is not definitely assigned in the constructor." 121 }, 122 { 123 "line": 19, 124 "column": 3, 125 "problem": "StrictDiagnostic", 126 "suggest": "Property 'c' has no initializer and is not definitely assigned in the constructor.", 127 "rule": "Property 'c' has no initializer and is not definitely assigned in the constructor." 128 }, 129 { 130 "line": 20, 131 "column": 3, 132 "problem": "StrictDiagnostic", 133 "suggest": "Property 'd' has no initializer and is not definitely assigned in the constructor.", 134 "rule": "Property 'd' has no initializer and is not definitely assigned in the constructor." 135 } 136 ] 137}