0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/.ts-strict-blacklist

74 lines
4.4 KiB
Plaintext

# This file contains a list of 'ignored' typescript errors. If any new ones are added they will cause ci breakage
# You can get an updated list of blacklisted errors by running bin/check-typescript-strict | cut -d":" -f1
# You will need to manually update this file if applicable.
Type.ts
frontend/src/initKea.ts(2,32)
frontend/src/initKea.ts(4,31)
frontend/src/initKea.ts(5,36)
frontend/src/lib/components/Annotations/Annotations.tsx(43,52)
frontend/src/lib/components/CommandPalette/CommandInput.tsx(5,25)
frontend/src/lib/components/CommandPalette/CommandResults.tsx(76,33)
frontend/src/lib/components/CommandPalette/index.tsx(9,24)
frontend/src/lib/components/CommandPalette/index.tsx(26,33)
frontend/src/lib/components/CommandPalette/index.tsx(63,87)
frontend/src/lib/components/PropertyFilters/OperatorValueSelect.tsx(59,22)
frontend/src/lib/components/PropertyFilters/OperatorValueSelect.tsx(87,38)
frontend/src/lib/components/PropertyFilters/PropertySelect.tsx(36,29)
frontend/src/lib/components/PropertyFilters/PropertySelect.tsx(36,36)
frontend/src/lib/components/SelectBox.tsx(60,104)
frontend/src/lib/components/SelectBox.tsx(61,13)
frontend/src/lib/components/SelectBox.tsx(133,29)
frontend/src/lib/utils.tsx(597,29)
frontend/src/loadPostHogJS.tsx(28,44)
frontend/src/models/cohortsModel.ts(25,5)
frontend/src/scenes/insights/ActionFilter/ActionFilterDropdown.tsx(51,50)
frontend/src/scenes/insights/ActionFilter/ActionFilterDropdown.tsx(52,68)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(63,29)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(69,53)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(92,55)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(135,25)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(148,25)
frontend/src/scenes/insights/InsightHistoryPanel/InsightHistoryPanel.tsx(161,25)
frontend/src/scenes/insights/InsightTabs/FunnelTab/FunnelTab.tsx(46,34)
frontend/src/scenes/insights/InsightTabs/FunnelTab/FunnelTab.tsx(56,21)
frontend/src/scenes/insights/InsightTabs/FunnelTab/FunnelTab.tsx(58,32)
frontend/src/scenes/insights/InsightTabs/FunnelTab/funnelCommandLogic.ts(13,41)
frontend/src/scenes/insights/InsightTabs/PathTab.tsx(41,14)
frontend/src/scenes/insights/InsightTabs/PathTab.tsx(49,25)
frontend/src/scenes/insights/InsightTabs/SessionTab.tsx(15,63)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(31,30)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(60,40)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(60,51)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(77,30)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(99,32)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(99,43)
frontend/src/scenes/insights/InsightTabs/TrendTab/TrendTab.tsx(121,57)
frontend/src/scenes/insights/insightCommandLogic.ts(10,41)
frontend/src/scenes/instance/Licenses/index.tsx(61,31)
frontend/src/scenes/instance/Licenses/logic.ts(38,17)
frontend/src/scenes/instance/Licenses/logic.ts(43,5)
frontend/src/scenes/instance/Licenses/logic.ts(47,71)
frontend/src/scenes/instance/Licenses/logic.ts(53,104)
frontend/src/scenes/instance/Licenses/logic.ts(53,116)
frontend/src/scenes/instance/Licenses/logic.ts(55,32)
frontend/src/scenes/instance/Licenses/logic.ts(56,30)
frontend/src/scenes/persons/CohortGroup.tsx(88,29)
frontend/src/scenes/persons/MergePerson.tsx(56,56)
frontend/src/scenes/plugins/PluginImage.tsx(4,30)
frontend/src/scenes/plugins/Repository.tsx(22,56)
frontend/src/scenes/sessions/SessionDetails.tsx(55,51)
frontend/src/scenes/sessions/SessionsView.tsx(199,29)
frontend/src/scenes/sessions/filters/DurationFilter.tsx(27,34)
frontend/src/scenes/sessions/filters/EventPropertyFilter.tsx(21,41)
frontend/src/scenes/sessions/sessionsPlayLogic.ts(155,61)
frontend/src/toolbar/ToolbarApp.tsx(35,74)
frontend/src/toolbar/actions/SelectorCount.tsx(2,38)
frontend/src/toolbar/actions/actionsTabLogic.tsx(104,21)
frontend/src/toolbar/actions/actionsTabLogic.tsx(104,28)
frontend/src/toolbar/actions/actionsTabLogic.tsx(112,17)
frontend/src/toolbar/elements/ElementInfo.tsx(22,22)
frontend/src/toolbar/elements/ElementInfo.tsx(60,38)
frontend/src/toolbar/elements/elementsLogic.ts(14,40)
frontend/src/toolbar/elements/heatmapLogic.ts(12,62)
frontend/src/toolbar/utils.ts(5,38)
frontend/src/models/funnelsModel.ts(13,9)