feat: Implement API to GDPR delete users #7460
Annotations
2 errors and 11 warnings
|
lint
Process completed with exit code 1.
|
|
lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L16
[rubocop] reported by reviewdog 🐶
Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:16:11: C: Layout/MultilineMethodCallIndentation: Use 2 (not 4) spaces for indenting an expression spanning multiple lines.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L15
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:15:23: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L14
[rubocop] reported by reviewdog 🐶
Trailing whitespace detected.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:14:1: C: Layout/TrailingWhitespace: Trailing whitespace detected.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L11
[rubocop] reported by reviewdog 🐶
Use 2 (not 0) spaces for indentation.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:11:7: C: Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L10
[rubocop] reported by reviewdog 🐶
Use 2 (not 0) spaces for indentation.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:10:5: C: Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L7
[rubocop] reported by reviewdog 🐶
Space inside } detected.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:7:66: C: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L7
[rubocop] reported by reviewdog 🐶
Space inside { detected.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:7:20: C: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L7
[rubocop] reported by reviewdog 🐶
Unnecessary spacing detected.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:7:20: C: Layout/ExtraSpacing: Unnecessary spacing detected.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L7
[rubocop] reported by reviewdog 🐶
Use 2 (not 0) spaces for indentation.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:7:3: C: Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
|
|
lint:
spec/request/api/internal/users/destroy_spec.rb#L4
[rubocop] reported by reviewdog 🐶
`include` is used at the top level. Use inside `class` or `module`.
Raw Output:
spec/request/api/internal/users/destroy_spec.rb:4:1: C: Style/MixinUsage: `include` is used at the top level. Use inside `class` or `module`.
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|