Skip to content

Feature/accesslogs #685

Feature/accesslogs

Feature/accesslogs #685

GitHub Actions / ESLint Report Analysis failed Oct 27, 2024 in 1s

ESLint Report Analysis

15 ESLint error(s) and 5 ESLint warning(s) found

Details

Annotations

Check warning on line 16 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L16

[@typescript-eslint/no-unused-vars] 'assert' is defined but never used.

Check warning on line 17 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L17

[@typescript-eslint/no-unused-vars] 'access' is defined but never used.

Check warning on line 18 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L18

[@typescript-eslint/no-unused-vars] 'features' is defined but never used.

Check failure on line 38 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L38

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 55 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L55

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 72 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L72

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 127 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L127

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 128 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L128

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 130 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L130

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 131 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L131

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 162 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L162

[@typescript-eslint/no-shadow] 'features' is already declared in the upper scope on line 18 column 10.

Check failure on line 163 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L163

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 196 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L196

[prefer-const] 'transactionQueries' is never reassigned. Use 'const' instead.

Check failure on line 228 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L228

[@typescript-eslint/no-shadow] 'features' is already declared in the upper scope on line 18 column 10.

Check failure on line 229 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L229

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 284 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L284

[@typescript-eslint/no-shadow] 'features' is already declared in the upper scope on line 18 column 10.

Check failure on line 285 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L285

[@typescript-eslint/no-shadow] 'access' is already declared in the upper scope on line 17 column 10.

Check failure on line 318 in src/api/access.api.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/api/access.api.ts#L318

[prefer-const] 'transactionQueries' is never reassigned. Use 'const' instead.

Check warning on line 1 in src/reducers/access.reducer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/reducers/access.reducer.ts#L1

[@typescript-eslint/no-unused-vars] 'AccessLogEntry' is defined but never used.

Check warning on line 103 in test/integration/access.api.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

test/integration/access.api.test.ts#L103

[@typescript-eslint/no-unused-vars] 'grantorUsername' is assigned a value but never used.