Skip to content

feat: add new link to app.uniswap.org #186

feat: add new link to app.uniswap.org

feat: add new link to app.uniswap.org #186

Triggered via pull request March 13, 2024 20:01
Status Success
Total duration 1m 14s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

53 warnings
src/App.js#L114
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L7
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L7
Object pattern argument should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L83
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L83
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L87
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L87
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L91
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L91
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L95
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L95
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L99
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L99
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L103
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L103
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L107
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/Theme/index.js#L107
Argument 'props' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L64
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L64
Argument 'timestamps' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L77
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L77
Argument 'account' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L77
Argument 'blocks' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L95
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L95
Argument 'tokenAddress' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L95
Argument 'blocks' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L131
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L131
Argument 'pairAddress' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L131
Argument 'blocks' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L146
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L146
Argument 'pairAddress' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L146
Argument 'blocks' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L177
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L177
Argument 'block' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L197
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L197
Argument 'block' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L197
Argument 'account' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L399
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L399
Argument 'pairs' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L399
Argument 'startTimestamp' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L436
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L436
Argument 'block' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L661
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L661
Argument 'pairAddress' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L661
Argument 'block' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L672
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L672
Argument 'account' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L705
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L705
Argument 'block' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L705
Argument 'pairs' should be typed (@typescript-eslint/explicit-module-boundary-types)
src/apollo/queries.js#L773
Missing return type on function (@typescript-eslint/explicit-module-boundary-types)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1, wearerequired/lint-action@77d70b9a07ecb93bc98dc46dc27d96c4f004d035. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1, wearerequired/lint-action@77d70b9a07ecb93bc98dc46dc27d96c4f004d035. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run linters
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/