This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Add deprecation notice #67
lint.yml
on: pull_request
runner / misspell
9s
clj-kondo
29s
Annotations
12 warnings
runner / misspell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clj-kondo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clj-kondo:
src/strawpoll_client/core.clj#L18
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.impl/load-api-key! is deprecated
Raw Output:
./src/strawpoll_client/core.clj:18:19: #'strawpoll-client.impl/load-api-key! is deprecated
|
clj-kondo:
src/strawpoll_client/core.clj#L107
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.impl/->url is deprecated
Raw Output:
./src/strawpoll_client/core.clj:107:36: #'strawpoll-client.impl/->url is deprecated
|
clj-kondo:
src/strawpoll_client/impl.clj#L32
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.impl/getenv is deprecated
Raw Output:
./src/strawpoll_client/impl.clj:32:25: #'strawpoll-client.impl/getenv is deprecated
|
clj-kondo:
src/strawpoll_client/impl.clj#L33
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.impl/getProperty is deprecated
Raw Output:
./src/strawpoll_client/impl.clj:33:25: #'strawpoll-client.impl/getProperty is deprecated
|
clj-kondo:
src/strawpoll_client/repl.clj#L8
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/->client is deprecated
Raw Output:
./src/strawpoll_client/repl.clj:8:5: #'strawpoll-client.core/->client is deprecated
|
clj-kondo:
src/strawpoll_client/repl.clj#L11
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/create-poll! is deprecated
Raw Output:
./src/strawpoll_client/repl.clj:11:5: #'strawpoll-client.core/create-poll! is deprecated
|
clj-kondo:
src/strawpoll_client/repl.clj#L15
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/get-poll-results! is deprecated
Raw Output:
./src/strawpoll_client/repl.clj:15:5: #'strawpoll-client.core/get-poll-results! is deprecated
|
clj-kondo:
src/strawpoll_client/repl.clj#L18
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/delete-poll! is deprecated
Raw Output:
./src/strawpoll_client/repl.clj:18:5: #'strawpoll-client.core/delete-poll! is deprecated
|
clj-kondo:
test/strawpoll_client/core_test.clj#L39
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/create-poll! is deprecated
Raw Output:
./test/strawpoll_client/core_test.clj:39:45: #'strawpoll-client.core/create-poll! is deprecated
|
clj-kondo:
test/strawpoll_client/core_test.clj#L129
[clj-kondo] reported by reviewdog 🐶
#'strawpoll-client.core/get-poll-results! is deprecated
Raw Output:
./test/strawpoll_client/core_test.clj:129:45: #'strawpoll-client.core/get-poll-results! is deprecated
|