mirror of https://github.com/grafana/grafana.git
4801 lines
129 KiB
JSON
4801 lines
129 KiB
JSON
{
|
|
"e2e/cypress/support/commands.js": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"e2e/old-arch/utils/support/localStorage.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"e2e/old-arch/utils/support/types.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"e2e/utils/support/localStorage.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"e2e/utils/support/types.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/ArrayDataFrame.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/CircularDataFrame.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/DataFrameView.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/MutableDataFrame.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/StreamingDataFrame.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/processDataFrame.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/dataframe/processDataFrame.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 15
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-data/src/datetime/moment_wrapper.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 8
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/events/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/field/displayProcessor.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/field/overrides/processors.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-data/src/field/standardFieldConfigEditorRegistry.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"packages/grafana-data/src/geo/layer.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/panel/PanelPlugin.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-data/src/panel/registryFactories.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/table/amendTimeSeries.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 5
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/themes/colorManipulator.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/themes/createColors.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/themes/registry.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/transformations/matchers/valueMatchers/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/transformations/standardTransformersRegistry.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/transformations/transformDataFrame.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-data/src/transformations/transformers/nulls/nullInsertThreshold.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/OptionsUIRegistryBuilder.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/ScopedVars.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/action.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/annotations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/app.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/dashboard.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/data.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/dataFrame.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/dataLink.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/datasource.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 24
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/explore.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/fieldOverrides.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/flot.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/graph.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/legacyEvents.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/live.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/options.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/panel.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/plugin.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/scopes.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/select.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/templateVars.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/trace.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/transformations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-data/src/types/variables.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/OptionsUIBuilders.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/Registry.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/arrayUtils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/csv.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/flotPairs.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/location.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/store.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/url.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"packages/grafana-data/src/utils/valueMappings.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-data/src/vector/CircularVector.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-data/src/vector/FunctionalVector.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"packages/grafana-e2e-selectors/src/resolver.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-o11y-ds-frontend/src/createNodeGraphFrames.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/components/PromExploreExtraField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/components/PromQueryField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/components/metrics-browser/useMetricsLabelsValues.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/configuration/AlertingSettingsOverhaul.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/configuration/ExemplarSetting.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/configuration/PromSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 25
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/language_provider.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/language_provider.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/language_utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/QueryPattern.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/components/LabelFilterItem.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/components/LabelParamEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/components/PromQueryCodeEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/shared/OperationEditor.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/shared/OperationParamEditorRegistry.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/querybuilder/shared/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/resource_clients.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"packages/grafana-prometheus/src/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/analytics/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/config.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 5
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/EchoSrv.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/LocationService.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/backendSrv.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/pluginExtensions/usePluginComponent.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/pluginExtensions/usePluginComponents.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/services/pluginExtensions/usePluginFunctions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/utils/DataSourceWithBackend.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/utils/queryResponse.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-runtime/src/utils/userStorage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"packages/grafana-schema/src/veneer/common.types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-schema/src/veneer/dashboard.types.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 5
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-sql/src/components/configuration/ConnectionLimits.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-sql/src/components/configuration/MaxLifetimeField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-sql/src/components/configuration/MaxOpenConnectionsField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-sql/src/components/configuration/TLSSecretsConfig.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-sql/src/components/visual-query-builder/Preview.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/ColorPicker/ColorPicker.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Combobox/Combobox.story.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Combobox/MultiCombobox.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
},
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Combobox/MultiCombobox.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Combobox/useOptions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/ConfirmModal/ConfirmContent.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataLinks/DataLinkInput.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataSourceSettings/AlertingSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataSourceSettings/CustomHeadersSettings.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataSourceSettings/SecureSocksProxySettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataSourceSettings/TLSAuthSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/DataSourceSettings/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/ElementSelectionContext/ElementSelectionContext.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/FileDropzone/FileDropzone.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/FormField/FormField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/FormLabel/FormLabel.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Checkbox.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Form.story.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/InlineField.story.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Input/Input.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Select/NoOptionsMessage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Select/Select.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Select/SelectOption.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Select/SelectOptionGroup.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Forms/Legacy/Switch/Switch.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Icon/Icon.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/InteractiveTable/InteractiveTable.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/JSONFormatter/json_explorer/json_explorer.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Layout/Stack/Stack.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/MatchersUI/FieldValueMatcher.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/MatchersUI/fieldMatchersUI.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Menu/Menu.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Modal/Modal.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Modal/ModalsContext.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/PageLayout/PageToolbar.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/PanelChrome/PanelChrome.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/PanelChrome/PanelContext.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/PanelChrome/index.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/QueryField/QueryField.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/SecretFormField/SecretFormField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Segment/Segment.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Segment/SegmentAsync.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Segment/SegmentInput.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Segment/SegmentInput.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Segment/SegmentSelect.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Select/SelectBase.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Select/resetSelectStyles.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Select/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Slider/RangeSlider.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Slider/Slider.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/Cells/TableCell.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/Table.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableCellInspector.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableNG/TableNG.test.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableNG/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableRT/Filter.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableRT/FilterPopup.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableRT/FooterRow.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableRT/HeaderRow.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/TableRT/Table.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/reducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Table/utils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/Tags/Tag.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/ValuePicker/ValuePicker.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/VizLegend/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/VizTooltip/VizTooltip.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/VizTooltip/VizTooltipFooter.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/uPlot/Plot.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/uPlot/config/UPlotAxisBuilder.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/uPlot/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/components/uPlot/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/options/builder/hideSeries.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/slate-plugins/braces.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/slate-plugins/slate-prism/index.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/slate-plugins/slate-prism/options.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/slate-plugins/suggestions.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/themes/GlobalStyles/forms.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 25
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/themes/GlobalStyles/legacySelect.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 28
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/themes/ThemeContext.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/themes/stylesFactory.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/types/forms.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/types/jquery.d.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/types/react-table-config.d.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/utils/debug.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/utils/dom.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/utils/logger.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"packages/grafana-ui/src/utils/useAsyncDependency.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/TableModel.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/actions/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/core/components/AccessControl/PermissionList.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/AccessControl/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/AppChrome/History/HistoryWrapper.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/components/AppNotifications/StoredNotificationItem.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/DynamicImports/SafeDynamicImport.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/ForgottenPassword/ChangePassword.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/components/ForgottenPassword/ForgottenPassword.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/GraphNG/GraphNG.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/components/Login/LoginForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/components/Login/PasswordlessConfirmationForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/core/components/Login/PasswordlessLoginForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/NavLandingPage/NavLandingPageCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/OptionsUI/NumberInput.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/OptionsUI/fieldColor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/Page/EditableTitle.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/RolePicker/RolePickerMenu.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/core/components/RolePickerDrawer/RolePickerDrawer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/SharedPreferences/SharedPreferences.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 8
|
|
},
|
|
"react/no-unescaped-entities": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/Signup/SignupPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/core/components/Signup/VerifyEmail.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/TagFilter/TagFilter.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/ThemeSelector/ThemeSelectorDrawer.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/components/TimeSeries/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/config.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/core.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/core/navigation/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/reducers/appNotification.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/core/reducers/navBarTree.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/services/ResponseQueue.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/services/backend_srv.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/core/services/context_srv.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/services/echo/backends/analytics/RudderstackBackend.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/core/specs/backend_srv.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/store.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/time_series2.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 19
|
|
}
|
|
},
|
|
"public/app/core/utils/connectWithReduxStore.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/core/utils/deferred.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/utils/fetch.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/core/utils/object.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/core/utils/richHistory.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/core/utils/richHistory.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/core/utils/ticks.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/actions/ActionEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/features/actions/ActionVariablesEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/actions/ParamsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/admin/AdminEditOrgPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/admin/ServerStatsCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/admin/UserCreatePage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/admin/UserLdapSyncInfo.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/admin/UserOrgs.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/admin/ldap/LdapDrawer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 23
|
|
}
|
|
},
|
|
"public/app/features/admin/ldap/LdapGroupMapping.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/admin/ldap/LdapPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/admin/ldap/LdapSettingsPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/routes.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/state/ThresholdMapper.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/state/alertDef.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/alerting/state/query_part.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/alerting/state/reducers.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/AlertsFolderView.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/RedirectToRuleViewer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/AlertLabelDropdown.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/AnnotationDetailsField.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/Authorize.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/alert-groups/AlertGroupFilter.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/alert-groups/AlertGroupHeader.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/alert-groups/GroupBy.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/alert-groups/MatcherFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/contact-points/components/ContactPointsFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/contact-points/utils.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/create-folder/CreateNewFolder.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/import-to-gma/NamespaceAndGroupFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/mute-timings/MuteTimingForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeInterval.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeRange.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/notification-policies/EditNotificationPolicyForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/notification-policies/Filters.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/TemplatePreview.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/ChannelOptions.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/ChannelSubForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/CloudCommonChannelSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/GenerateAlertDataModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/GrafanaCommonChannelSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/ReceiverForm.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/fields/OptionField.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/fields/SubformArrayField.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/AlertRuleNameInput.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/DashboardPicker.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/FolderSelector.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/PreviewRule.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/ActiveTimingFields.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/MuteTimingFields.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/RouteSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/RouteTimings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/labels/LabelsField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/CloudDataSourceSelector.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rule-editor/rule-types/RuleType.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rules/Filter/RulesFilter.v1.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rules/RuleListGroupView.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rules/RuleListStateView.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rules/state-history/LokiStateHistory.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/rules/state-history/StateHistory.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/settings/AlertmanagerCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/silences/MatchersField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/silences/SilencePeriod.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/silences/SilencesEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/components/silences/SilencesFilter.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/group-details/GroupEditPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/hooks/useAlertmanagerConfig.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/hooks/useCombinedRuleNamespaces.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/hooks/useControlledFieldArray.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/hooks/useFilteredRules.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/insights/InsightsMenuButton.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/mocks.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/rule-editor/formDefaults.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/rule-list/FilterViewStatus.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/types/alerting.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/types/receiver-form.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/datasource.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/misc.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/receiver-form.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/redux.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 6
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/rule-id.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/alerting/unified/utils/rules.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/annotations/events_processing.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/annotations/standardAnnotationSupport.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/auth-config/FieldRenderer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/auth-config/ProviderConfigForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/auth-config/components/ServerDiscoveryModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/auth-config/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/auth-config/utils/data.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/browse-dashboards/components/NewFolderForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/commandPalette/actions/recentScopesActions.ts": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/commandPalette/actions/scopeActions.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/commandPalette/actions/scopesUtils.ts": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/components/ConnectionsRedirectNotice/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/CardGrid/CardGrid.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/CardGrid/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/CategoryHeader/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/ConnectData.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
},
|
|
"react/no-unescaped-entities": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/NoAccessModal/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/Search/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/connections/tabs/ConnectData/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/correlations/CorrelationsPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/correlations/Forms/ConfigureCorrelationSourceForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/correlations/Forms/ConfigureCorrelationTargetForm.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/correlations/Forms/QueryEditorField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/correlations/Forms/TransformationEditorRow.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/correlations/components/EmptyCorrelationsCTA.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/correlations/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/addToDashboard/AddToDashboardForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/edit-pane/DashboardEditPaneRenderer.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/edit-pane/DashboardEditPaneSplitter.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/edit-pane/DashboardOutline.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/inspect/HelpWizard/HelpWizard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/inspect/HelpWizard/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/inspect/InspectJsonTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/pages/DashboardScenePage.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/pages/DashboardScenePageStateManager.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/panel-edit/PanelOptionsPane.test.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/saving/SaveDashboardAsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/saving/SaveDashboardForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/saving/getDashboardChanges.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 8
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/PanelMenuBehavior.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/PanelSearchLayout.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/export/exporters.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/export/exporters.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridItemEditor.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-auto-grid/AutoGridLayoutManagerEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-default/DashboardGridItemEditor.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-default/row-actions/RowOptionsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-rows/RowItemEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
},
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/scene/layout-tabs/TabItemEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
},
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/serialization/angularMigration.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/serialization/buildNewDashboardSaveModel.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 8
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/serialization/transformToV1TypesUtils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/JsonModelEditView.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/annotations/AnnotationSettingsEdit.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/links/DashboardLinkForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/VariableEditableElement.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
},
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/VariableSetEditableElement.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/AdHocVariableForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/GroupByVariableForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/QueryVariableForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/VariableHideSelect.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/VariableSelectField.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/VariableTextAreaField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/components/VariableTextField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/editors/QueryVariableEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/settings/variables/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/ConfigEmailSharing.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareButton/share-externally/EmailShare/ConfigEmailSharing/EmailListConfiguration.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareButton/share-snapshot/UpsertSnapshot.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareExportTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/ShareSnapshotTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/sharing/panel-share/SharePanelPreview.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/utils/DashboardModelCompatibilityWrapper.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/utils/PanelModelCompatibilityWrapper.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/v2schema/ImportDashboardFormV2.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard-scene/v2schema/ImportDashboardOverviewV2.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/dashboard/api/ResponseTransformers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/AddLibraryPanelWidget/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsEdit.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashExportModal/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashNav/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.test.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 7
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardRow/DashboardRow.test.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardRow/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/DashboardSettings/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/Inspector/PanelInspector.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/OptionsPaneItemDescriptor.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/getVisualizationOptions.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/PanelEditor/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/ShareExport.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/ShareLink.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/ConfigPublicDashboard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/EmailSharingConfiguration.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/ShareSnapshot.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/ShareModal/ThemePicker.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/TransformationsEditor/TransformationFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/TransformationsEditor/TransformationPicker.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/components/VersionHistory/useDashboardRestore.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/containers/DashboardPage.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/containers/DashboardPageProxy.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/containers/PublicDashboardPage.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/dashgrid/SeriesVisibilityConfigFactory.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/services/DashboardLoaderSrv.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/DashboardMigrator.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/DashboardMigrator.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 24
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/DashboardModel.repeat.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/DashboardModel.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/DashboardModel.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 23
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/PanelModel.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/PanelModel.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 5
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 17
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/TimeModel.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/actions.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/getPanelPluginToMigrateTo.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/state/initDashboard.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/utils/getPanelMenu.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/utils/getPanelMenu.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dashboard/utils/panelMerge.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/BasicSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/ButtonRow.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/DataSourceLoadError.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/DataSourcePluginState.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/DataSourceTestingStatus.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/DataSourceTypeCard.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/DataSourcesListCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/datasources/components/picker/DataSourceCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/state/actions.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/datasources/state/actions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/state/navModel.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/datasources/state/reducers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/datasources/state/selectors.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/FileUploader.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/FolderPickerTab.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/ResourceDimensionEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/TextDimensionEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/ThresholdsEditor/ThresholdsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dimensions/editors/URLPickerTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/dimensions/scale.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dimensions/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/dimensions/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/CorrelationHelper.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/explore/CorrelationTransformationAddModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/explore/Logs/LogsColumnSearch.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/TraceView.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TracePageHeader/TracePageHeader.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TracePageHeader/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/SpanDetailLinkButtons.tsx": {
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanLinks.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/TraceTimelineViewer/utils.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/demo/trace-generators.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/model/ddg/types.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/model/link-patterns.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/model/transform-trace-data.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/utils/DraggableManager/demo/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/components/utils/sort.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/TraceView/createSpanLink.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/explore/hooks/useStateSync/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/spec/helper/setup.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/state/time.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/explore/state/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/expressions/ExpressionDatasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/expressions/ExpressionQueryEditor.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/expressions/guards.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/geo/gazetteer/gazetteer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/geo/utils/frameVectorSource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/inspector/InspectDataOptions.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/inspector/InspectDataTab.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/inspector/InspectJSONTab.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/inspector/InspectStatsTab.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/inspector/QueryInspector.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/invites/SignupInvited.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/library-panels/components/AddLibraryPanelModal/AddLibraryPanelModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/live/centrifuge/LiveDataStream.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/live/centrifuge/channel.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/logs/logsFrame.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/logs/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/DashboardImportPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/components/ImportDashboardForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/components/ImportDashboardLibraryPanelsList.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/state/actions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/features/manage-dashboards/state/reducers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/api/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/cloud/MigrationTokenPane/CreateTokenModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/onprem/ConfigureSnapshot.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/onprem/EmptyState/CallToAction/ConnectModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/onprem/resourceDependency.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/migrate-to-cloud/onprem/useNotifyOnSuccess.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/org/NewOrgPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/org/OrgProfile.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/org/UserInviteForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/org/state/reducers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/panel/panellinks/linkSuppliers.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/playlist/PlaylistCard.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/playlist/PlaylistForm.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/playlist/ShareModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/playlist/StartModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/components/GetStartedWithPlugin/GetStartedWithDataSource.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/components/GetStartedWithPlugin/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/components/InstallControls/InstallControlsWarning.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/components/PluginDetailsPage.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/helpers.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/pages/Browse.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/state/actions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/admin/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/datasource_srv.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/plugins/datasource_srv.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/extensions/usePluginComponents.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/extensions/usePluginFunctions.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/sandbox/distortions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/plugins/sandbox/sandboxPluginLoader.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/plugins/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/profile/ChangePasswordForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/profile/UserProfileEditForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/provisioning/Config/ConfigFormGithubCollapse.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/provisioning/File/FileHistoryPage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/provisioning/File/FileStatusPage.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/provisioning/Shared/BranchValidationError.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 26
|
|
}
|
|
},
|
|
"public/app/features/provisioning/Shared/TokenPermissionsInfo.tsx": {
|
|
"react/no-unescaped-entities": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/query/components/QueryEditorRow.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
},
|
|
"react-hooks/rules-of-hooks": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/query/components/QueryEditorRowHeader.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/query/components/QueryGroup.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/query/state/DashboardQueryRunner/PublicAnnotationsDataSource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/query/state/DashboardQueryRunner/testHelpers.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/query/state/DashboardQueryRunner/utils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/query/state/PanelQueryRunner.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/query/state/runRequest.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/query/state/updateQueries.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/search/page/components/columns.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/search/service/bluge.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/search/state/SearchStateManager.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 16
|
|
}
|
|
},
|
|
"public/app/features/search/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/search/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/serviceaccounts/ServiceAccountCreatePage.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/serviceaccounts/components/CreateTokenModal.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/serviceaccounts/state/reducers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/support-bundles/SupportBundlesCreate.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/teams/TeamSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/teams/state/reducers.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/templating/fieldAccessorCache.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/templating/formatVariableValue.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/templating/templateProxies.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/templating/template_srv.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"public/app/features/transformers/FilterByValueTransformer/ValueMatchers/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/transformers/FilterByValueTransformer/ValueMatchers/utils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/calculateHeatmap/editor/helper.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/calculateHeatmap/heatmap.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/CalculateFieldTransformerEditor/CumulativeOptionsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/CalculateFieldTransformerEditor/ReduceRowOptionsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/CalculateFieldTransformerEditor/WindowOptionsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/ConvertFieldTypeTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/GroupByTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/GroupToNestedTableTransformerEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/ReduceTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/editors/SortByTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/extractFields/ExtractFieldsTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/transformers/extractFields/fieldExtractors.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/transformers/fieldToConfigMapping/fieldToConfigMapping.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/transformers/lookupGazetteer/FieldLookupTransformerEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/transformers/spatial/optionsHelper.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/transformers/suggestionsInput/SuggestionsInput.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/variables/adapters.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/variables/adhoc/picker/AdHocFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/adhoc/picker/AdHocFilterKey.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/features/variables/adhoc/picker/AdHocFilterRenderer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/adhoc/picker/ConditionSegment.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/constant/reducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/custom/reducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/editor/VariableEditorContainer.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/editor/VariableEditorList.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/editor/VariableEditorListRow.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/variables/editor/getVariableQueryEditor.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/inspect/NetworkGraph.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/inspect/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/variables/pickers/OptionsPicker/actions.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/pickers/PickerRenderer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
},
|
|
"react/no-unescaped-entities": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/pickers/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/pickers/shared/VariableInput.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/pickers/shared/VariableOptions.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/query/QueryVariableEditor.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/query/QueryVariableRefreshSelect.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/query/VariableQueryRunner.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/query/actions.test.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/query/actions.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/variables/query/operators.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/query/queryRunners.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/query/reducer.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/shared/formatVariable.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/shared/testing/optionsVariableBuilder.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/shared/testing/variableBuilder.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/features/variables/state/actions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/features/variables/state/keyedVariablesReducer.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/state/sharedReducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/state/upgradeLegacyQueries.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/system/adapter.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/features/variables/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
},
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/features/variables/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/alertmanager/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ArgQueryEditor/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ConfigEditor/AppRegistrationCredentials.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ConfigEditor/AzureCredentialsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ConfigEditor/BasicLogsToggle.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ConfigEditor/CurrentUserFallbackCredentials.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ConfigEditor/DefaultSubscription.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/AzureCheatSheet.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/QueryEditor/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ResourceField/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/ResourcePicker/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/components/VariableEditor/VariableEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/types/query.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/types/templateVariables.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/utils/common.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/azuremonitor/utils/messageFromError.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/CloudMonitoringMetricFindQuery.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/annotationSupport.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/components/Aggregation.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/components/Fields.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/functions.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/types/query.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloud-monitoring/types/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/ConfigEditor/ConfigEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/ConfigEditor/SecureSocksProxySettingsNewStyling.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/ConfigEditor/XrayLinkConfig.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/SQLBuilderEditor/index.tsx": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LegacyLogGroupNamesSelection.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/components/shared/MetricStatEditor/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/datasource.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/expressions.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/guards.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs/CloudWatchLogsLanguageProvider.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 7
|
|
},
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/cloudwatch/utils/datalinks.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/dashboard/runSharedRequest.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/LanguageProvider.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/QueryBuilder.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/BucketAggregationEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/DateHistogramSettingsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/aggregations.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/SettingField.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/aggregations.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/datasource.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-postgresql-datasource/configuration/ConfigurationEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/EditorField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-pyroscope-datasource/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-testdata-datasource/QueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-testdata-datasource/components/RandomWalkEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationQueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationSchemaForm.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana-testdata-datasource/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana/components/AnnotationQueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana/components/QueryEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana/components/TimeRegionEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/grafana/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 7
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 3
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/gfunc.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/graphite_query.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 9
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/lexer.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/specs/graphite_query.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/specs/store.test.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/state/context.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/state/store.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/graphite/utils.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/annotation/AnnotationEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/config/InfluxSQLConfig.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/query/QueryEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/query/flux/FluxQueryEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/PartListSection.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/TagsSection.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/influx_query_model.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/influx_series.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/query_part.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 12
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/influxdb/response_parser.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/jaeger/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/LogContextProvider.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/components/LokiContextUi.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 7
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/components/LokiQueryEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/components/LokiQueryField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/configuration/DerivedField.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 13
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/datasource.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/querybuilder/components/QueryPattern.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/querybuilder/state.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/shardQuerySplitting.ts": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/loki/types.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/mixed/module.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/mssql/azureauth/AzureCredentialsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/mssql/configuration/ConfigurationEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 11
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/mssql/configuration/Kerberos.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/mysql/configuration/ConfigurationEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 10
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/opentsdb/components/AnnotationEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/opentsdb/components/OpenTsdbDetails.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/opentsdb/datasource.d.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/opentsdb/datasource.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 16
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/parca/QueryEditor/QueryOptions.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/parca/webpack.config.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/prometheus/configuration/AzureAuthSettings.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 15
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/ServiceGraphSection.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilter.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterKey.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterRenderer.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterValue.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/ConditionSegment.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/language_utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/types.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/configuration/TraceQLSearchSettings.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/tempo/resultTransformer.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/zipkin/QueryField.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/datasource/zipkin/datasource.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/annolist/AnnotationListItem.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/barchart/bars.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/barchart/quadtree.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/candlestick/CandlestickPanel.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/candlestick/types.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 8
|
|
}
|
|
},
|
|
"public/app/plugins/panel/canvas/editor/LineStyleEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/canvas/editor/element/APIEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/plugins/panel/canvas/editor/element/ParamsEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/canvas/editor/element/PlacementEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/debug/CursorView.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/debug/EventBusLogger.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/debug/StateView.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/gauge/GaugeMigrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/components/DebugOverlay.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/components/MarkersLegend.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/editor/GeomapStyleRulesEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/editor/StyleEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 12
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 14
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/editor/StyleRuleEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/layers/basemaps/esri.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/layers/data/routeLayer.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/layers/registry.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/types.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/geomap/utils/tooltip.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/heatmap/HeatmapPanel.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/heatmap/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/heatmap/palettes.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/heatmap/types.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/heatmap/utils.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 17
|
|
}
|
|
},
|
|
"public/app/plugins/panel/live/LiveChannelEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/live/LivePanel.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/logs/types.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/Edge.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/NodeGraph.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/ViewControls.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/index.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/layout.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/nodeGraph/types.ts": {
|
|
"no-barrel-files/no-barrel-files": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/piechart/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/stat/StatMigrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/state-timeline/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/TableCellOptionEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/cells/BarGaugeCellOptionsEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/cells/ColorBackgroundCellOptionsEditor.tsx": {
|
|
"@grafana/no-aria-label-selectors": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/cells/ImageCellOptionsEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/cells/MarkdownCellOptionsEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/cells/SparklineCellOptionsEditor.tsx": {
|
|
"no-restricted-syntax": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/table/migrations.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/plugins/panel/text/textPanelMigrationHandler.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/timeseries/migrations.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 6
|
|
}
|
|
},
|
|
"public/app/plugins/panel/timeseries/plugins/AnnotationsPlugin2.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationEditor2.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationMarker2.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationTooltip2.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/xychart/SeriesEditor.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 4
|
|
},
|
|
"no-restricted-syntax": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/plugins/panel/xychart/migrations.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/plugins/panel/xychart/scatter.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 14
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/app/store/configureStore.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/store/store.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/types/dashboard.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/types/events.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 5
|
|
}
|
|
},
|
|
"public/app/types/jquery/jquery.d.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 3
|
|
}
|
|
},
|
|
"public/app/types/store.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
},
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/app/types/unified-alerting-dto.ts": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/swagger/SwaggerPage.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/swagger/index.tsx": {
|
|
"@typescript-eslint/consistent-type-assertions": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/swagger/plugins.tsx": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 2
|
|
}
|
|
},
|
|
"public/test/core/redux/reduxTester.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/test/core/thunk/thunkTester.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 4
|
|
}
|
|
},
|
|
"public/test/global-jquery-shim.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/test/helpers/getDashboardModel.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/test/helpers/initTemplateSrv.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/test/jest-setup.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"public/test/specs/helpers.ts": {
|
|
"@typescript-eslint/no-explicit-any": {
|
|
"count": 1
|
|
}
|
|
}
|
|
} |