Skip to content

fix: gist migration and crash fix (#165)

Sign in for the full log view
GitHub Actions / eslint results succeeded Jul 12, 2023 in 2s

eslint results

0 ESLint error(s) and 66 ESLint warning(s) found

Details

66 Warning(s):

Apps/APN/App.js line 87

  • Start Line: 87
  • End Line: 87
  • Message: 'bgDelayValue' is already declared in the upper scope on line 33 column 10.
    • From: [no-shadow]

Apps/APN/App.js line 88

  • Start Line: 88
  • End Line: 88
  • Message: 'bgTasksValue' is already declared in the upper scope on line 34 column 10.
    • From: [no-shadow]

Apps/APN/App.js line 130

  • Start Line: 130
  • End Line: 130
  • Message: Missing radix parameter.
    • From: [radix]

Apps/APN/App.js line 135

  • Start Line: 135
  • End Line: 135
  • Message: Missing radix parameter.
    • From: [radix]

Apps/APN/App.js line 172

  • Start Line: 172
  • End Line: 172
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/App.js line 181

  • Start Line: 181
  • End Line: 181
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/App.js line 256

  • Start Line: 256
  • End Line: 256
  • Message: 'styles' is assigned a value but never used.
    • From: [no-unused-vars]

Apps/APN/components/CustomDataScreen.js line 53

  • Start Line: 53
  • End Line: 53
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/CustomDataScreen.js line 71

  • Start Line: 71
  • End Line: 71
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/CustomDataScreen.js line 97

  • Start Line: 97
  • End Line: 97
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/CustomDataScreen.js line 97

  • Start Line: 97
  • End Line: 97
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/CustomDataScreen.js line 100

  • Start Line: 100
  • End Line: 100
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/CustomDataScreen.js line 100

  • Start Line: 100
  • End Line: 100
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/CustomDataScreen.js line 114

  • Start Line: 114
  • End Line: 114
  • Message: Inline style: { flex: 0.5 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/CustomDataScreen.js line 117

  • Start Line: 117
  • End Line: 117
  • Message: Inline style: { flex: 0.5, alignItems: 'flex-end' }
    • From: [react-native/no-inline-styles]

Apps/APN/components/CustomDataScreen.js line 128

  • Start Line: 128
  • End Line: 128
  • Message: Inline style: { flex: 0.5 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/CustomDataScreen.js line 131

  • Start Line: 131
  • End Line: 131
  • Message: Inline style: { flex: 0.5, alignItems: 'flex-end' }
    • From: [react-native/no-inline-styles]

Apps/APN/components/CustomDataScreen.js line 141

  • Start Line: 141
  • End Line: 141
  • Message: Inline style: { flex: 0.5 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/CustomDataScreen.js line 144

  • Start Line: 144
  • End Line: 144
  • Message: Inline style: { flex: 0.5, alignItems: 'flex-end' }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Dashboard.js line 29

  • Start Line: 29
  • End Line: 29
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 71

  • Start Line: 71
  • End Line: 71
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 75

  • Start Line: 75
  • End Line: 75
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 81

  • Start Line: 81
  • End Line: 81
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 89

  • Start Line: 89
  • End Line: 89
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 92

  • Start Line: 92
  • End Line: 92
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Dashboard.js line 119

  • Start Line: 119
  • End Line: 119
  • Message: Inline style: { flex: 1, backgroundColor: 'white', paddingTop: 50 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Dashboard.js line 120

  • Start Line: 120
  • End Line: 120
  • Message: Inline style: { justifyContent: 'space-around', flexDirection: 'row' }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Dashboard.js line 122

  • Start Line: 122
  • End Line: 122
  • Message: Inline style: { height: 50, alignSelf: 'stretch', margin: 5, flex: 1 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Dashboard.js line 135

  • Start Line: 135
  • End Line: 135
  • Message: Inline style: { height: 50, alignSelf: 'stretch', margin: 5, flex: 1 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Login.js line 16

  • Start Line: 16
  • End Line: 16
  • Message: 'isLoginTapped' is assigned a value but never used.
    • From: [no-unused-vars]

Apps/APN/components/Login.js line 22

  • Start Line: 22
  • End Line: 22
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Login.js line 26

  • Start Line: 26
  • End Line: 26
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Login.js line 44

  • Start Line: 44
  • End Line: 44
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/Login.js line 44

  • Start Line: 44
  • End Line: 44
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/Login.js line 50

  • Start Line: 50
  • End Line: 50
  • Message: 'email' is already declared in the upper scope on line 14 column 10.
    • From: [no-shadow]

Apps/APN/components/Login.js line 51

  • Start Line: 51
  • End Line: 51
  • Message: Unnecessary escape character: ..
    • From: [no-useless-escape]

Apps/APN/components/Login.js line 51

  • Start Line: 51
  • End Line: 51
  • Message: Unnecessary escape character: ..
    • From: [no-useless-escape]

Apps/APN/components/Login.js line 68

  • Start Line: 68
  • End Line: 68
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/Login.js line 73

  • Start Line: 73
  • End Line: 73
  • Message: Inline style: { paddingTop: 50 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Login.js line 74

  • Start Line: 74
  • End Line: 74
  • Message: Inline style: { justifyContent: 'space-around' }
    • From: [react-native/no-inline-styles]

Apps/APN/components/Login.js line 75

  • Start Line: 75
  • End Line: 75
  • Message: Inline style: { height: 50, alignSelf: 'stretch', margin: 5 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/RegisterDeviceToken.js line 18

  • Start Line: 18
  • End Line: 18
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/RegisterDeviceToken.js line 23

  • Start Line: 23
  • End Line: 23
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/RegisterDeviceToken.js line 24

  • Start Line: 24
  • End Line: 24
  • Message: 'length' is assigned a value but never used.
    • From: [no-unused-vars]

Apps/APN/components/RegisterDeviceToken.js line 42

  • Start Line: 42
  • End Line: 42
  • Message: Inline style: { marginBottom: 20 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/SettingsScreen.js line 20

  • Start Line: 20
  • End Line: 20
  • Message: 'set' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/components/SettingsScreen.js line 100

  • Start Line: 100
  • End Line: 100
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/SettingsScreen.js line 112

  • Start Line: 112
  • End Line: 112
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/SettingsScreen.js line 117

  • Start Line: 117
  • End Line: 117
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Apps/APN/components/SettingsScreen.js line 121

  • Start Line: 121
  • End Line: 121
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/SettingsScreen.js line 125

  • Start Line: 125
  • End Line: 125
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/SettingsScreen.js line 145

  • Start Line: 145
  • End Line: 145
  • Message: Unexpected alert.
    • From: [no-alert]

Apps/APN/components/SettingsScreen.js line 191

  • Start Line: 191
  • End Line: 191
  • Message: Inline style: { marginTop: 10 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/SettingsScreen.js line 241

  • Start Line: 241
  • End Line: 241
  • Message: Inline style: { marginTop: 30 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/SettingsScreen.js line 267

  • Start Line: 267
  • End Line: 267
  • Message: Inline style: { marginTop: 30 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/SettingsScreen.js line 295

  • Start Line: 295
  • End Line: 295
  • Message: Inline style: { paddingTop: 50 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/SettingsScreen.js line 298

  • Start Line: 298
  • End Line: 298
  • Message: Inline style: { marginTop: 10 }
    • From: [react-native/no-inline-styles]

Apps/APN/components/common/Button.js line 5

  • Start Line: 5
  • End Line: 5
  • Message: 'FlatList' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/components/common/Button.js line 7

  • Start Line: 7
  • End Line: 7
  • Message: 'Image' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/components/common/Button.js line 8

  • Start Line: 8
  • End Line: 8
  • Message: 'Button' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/components/common/Button.js line 9

  • Start Line: 9
  • End Line: 9
  • Message: 'ImageBackground' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/components/common/Text.js line 2

  • Start Line: 2
  • End Line: 2
  • Message: 'View' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/index.js line 3

  • Start Line: 3
  • End Line: 3
  • Message: 'PushNotificationIOS' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/index.js line 4

  • Start Line: 4
  • End Line: 4
  • Message: 'PushNotification' is defined but never used.
    • From: [no-unused-vars]

Apps/APN/metro.config.js line 6

  • Start Line: 6
  • End Line: 6
  • Message: 'path' is assigned a value but never used.
    • From: [no-unused-vars]

src/CustomerIOPushMessaging.tsx line 95

  • Start Line: 95
  • End Line: 95
  • Message: Expected '===' and instead saw '=='.
    • From: [eqeqeq]

Annotations

Check warning on line 125 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L125

[no-alert] Unexpected alert.

Check warning on line 145 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L145

[no-alert] Unexpected alert.

Check warning on line 191 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L191

[react-native/no-inline-styles] Inline style: { marginTop: 10 }

Check warning on line 241 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L241

[react-native/no-inline-styles] Inline style: { marginTop: 30 }

Check warning on line 267 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L267

[react-native/no-inline-styles] Inline style: { marginTop: 30 }

Check warning on line 295 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L295

[react-native/no-inline-styles] Inline style: { paddingTop: 50 }

Check warning on line 298 in Apps/APN/components/SettingsScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/SettingsScreen.js#L298

[react-native/no-inline-styles] Inline style: { marginTop: 10 }

Check warning on line 5 in Apps/APN/components/common/Button.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/common/Button.js#L5

[no-unused-vars] 'FlatList' is defined but never used.

Check warning on line 7 in Apps/APN/components/common/Button.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/common/Button.js#L7

[no-unused-vars] 'Image' is defined but never used.

Check warning on line 8 in Apps/APN/components/common/Button.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/common/Button.js#L8

[no-unused-vars] 'Button' is defined but never used.

Check warning on line 9 in Apps/APN/components/common/Button.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/common/Button.js#L9

[no-unused-vars] 'ImageBackground' is defined but never used.

Check warning on line 87 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L87

[no-shadow] 'bgDelayValue' is already declared in the upper scope on line 33 column 10.

Check warning on line 2 in Apps/APN/components/common/Text.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/common/Text.js#L2

[no-unused-vars] 'View' is defined but never used.

Check warning on line 88 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L88

[no-shadow] 'bgTasksValue' is already declared in the upper scope on line 34 column 10.

Check warning on line 3 in Apps/APN/index.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/index.js#L3

[no-unused-vars] 'PushNotificationIOS' is defined but never used.

Check warning on line 130 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L130

[radix] Missing radix parameter.

Check warning on line 4 in Apps/APN/index.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/index.js#L4

[no-unused-vars] 'PushNotification' is defined but never used.

Check warning on line 135 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L135

[radix] Missing radix parameter.

Check warning on line 6 in Apps/APN/metro.config.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/metro.config.js#L6

[no-unused-vars] 'path' is assigned a value but never used.

Check warning on line 172 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L172

[no-alert] Unexpected alert.

Check warning on line 95 in src/CustomerIOPushMessaging.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint results

src/CustomerIOPushMessaging.tsx#L95

[eqeqeq] Expected '===' and instead saw '=='.

Check warning on line 181 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L181

[eqeqeq] Expected '===' and instead saw '=='.

Check warning on line 256 in Apps/APN/App.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/App.js#L256

[no-unused-vars] 'styles' is assigned a value but never used.

Check warning on line 53 in Apps/APN/components/CustomDataScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/CustomDataScreen.js#L53

[no-alert] Unexpected alert.

Check warning on line 71 in Apps/APN/components/CustomDataScreen.js

See this annotation in the file changed.

@github-actions github-actions / eslint results

Apps/APN/components/CustomDataScreen.js#L71

[no-alert] Unexpected alert.