Setup detekt #43
Annotations
1 error and 6 warnings
build
Process completed with exit code 1.
|
[detekt] core/coroutines/src/main/kotlin/edu/stanford/spezi/core/coroutines/di/CoroutinesModule.kt#L25 <detekt.VariableNaming>:
core/coroutines/src/main/kotlin/edu/stanford/spezi/core/coroutines/di/CoroutinesModule.kt#L25
Variable names should match the pattern: [a-z][A-Za-z0-9]*
|
[detekt] core/coroutines/src/main/kotlin/edu/stanford/spezi/core/coroutines/di/CoroutinesModule.kt#L25 <detekt.MagicNumber>:
core/coroutines/src/main/kotlin/edu/stanford/spezi/core/coroutines/di/CoroutinesModule.kt#L25
This expression contains a magic number. Consider defining it to a well named constant.
|
Run detekt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run detekt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run detekt
Unexpected input(s) 'reviewdog_reporter', valid inputs are ['entryPoint', 'args', 'github_token', 'name', 'workdir', 'filter_mode', 'fail_on_error', 'level', 'reporter', 'reviewdog_flags', 'detect_secrets_flags', 'baseline_path', 'skip_audited', 'verbose']
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|