Fix typos with codespell and bump backend dependencies#9693
Conversation
📝 WalkthroughWalkthroughThis PR performs spelling and typo corrections across the codebase: renames the ChangesSpelling Fixes and Dependency Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
MichaelBuessemeyer
left a comment
There was a problem hiding this comment.
looking good. Thanks for the house keeping 🙏
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@project/Dependencies.scala`:
- Line 1: The import statement in Dependencies.scala uses the wildcard syntax
`*` which is only valid in Scala 3 and later. Since this project targets Scala
2.12, change the wildcard import syntax from `*` to `_` in the PlayImport import
statement. Replace the asterisk with an underscore to make the wildcard import
compatible with Scala 2.12 syntax.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 43324ae1-6f86-4853-8e16-3c652e8036a4
📒 Files selected for processing (20)
.codespellrcCHANGELOG.released.mdapp/models/task/TaskCreationResult.scalaapp/security/CertificateValidationService.scalaconf/webknossos.versioned.routesfrontend/javascripts/admin/dataset/composition_wizard/03_select_datasets.tsxfrontend/javascripts/admin/user/permissions_and_teams_modal_view.tsxfrontend/javascripts/test/sagas/save_mutex_strategy_switching.spec.tsfrontend/javascripts/viewer/model/accessors/annotation_accessor.tsfrontend/javascripts/viewer/model/accessors/volumetracing_accessor.tsfrontend/javascripts/viewer/model/sagas/saving/save_saga.tsxfrontend/javascripts/viewer/view/right_border_tabs/abstract_tree_renderer.tsproject/Dependencies.scalaschema/evolutions/069-tasktype-project-unique-per-orga.sqlschema/evolutions/reversions/169-per-user-annotation-view-config.sqlutil/src/main/scala/com/scalableminds/util/mvc/ExtendedController.scalawebknossos-datastore/app/com/scalableminds/webknossos/datastore/dataformats/SafeCacheable.scalawebknossos-datastore/app/com/scalableminds/webknossos/datastore/storage/AgglomerateFileCache.scalawebknossos-datastore/app/com/scalableminds/webknossos/datastore/storage/Hdf5FileCache.scalawebknossos-tracingstore/app/com/scalableminds/webknossos/tracingstore/tracings/volume/VolumeUpdateActions.scala
Steps to test: