Skip to content

Refactor registry client, remove issuerAuth. #845

Refactor registry client, remove issuerAuth.

Refactor registry client, remove issuerAuth. #845

Triggered via pull request January 4, 2024 02:03
Status Failure
Total duration 59s
Artifacts

lint-project.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
lint (18.x): app/components/CredentialItem/CredentialItem.tsx#L90
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
lint (18.x): app/components/MenuItem/MenuItem.tsx#L16
Type '{ children: (Element | undefined)[]; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
lint (18.x): app/lib/credentialDisplay/shared/components/CardDetail.tsx#L21
Property 'fontSize' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
lint (18.x): app/lib/credentialDisplay/shared/components/CardDetail.tsx#L22
Property 'color' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
lint (18.x): app/navigation/SettingsNavigation/SettingsNavigation.tsx#L34
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
lint (18.x): app/navigation/SettingsNavigation/SettingsNavigation.tsx#L41
Type '{ children: ({} | Element)[]; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; disabled: boolean | undefined; disabledStyle: ViewStyle | ... 1 more ... | ImageStyle; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
lint (18.x): app/screens/ProfileSelectionScreen/ProfileSelectionScreen.tsx#L74
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
lint (18.x)
Process completed with exit code 2.
lint (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/