Bump webpack from 5.95.0 to 5.96.0 #5628
Annotations
5 warnings
Run rubocop:
app/controllers/programming_groups_controller.rb#L41
[rubocop] reported by reviewdog 🐶
Avoid safe navigation chains longer than 2 calls.
Raw Output:
app/controllers/programming_groups_controller.rb:41:31: C: Style/SafeNavigationChainLength: Avoid safe navigation chains longer than 2 calls.
|
Run rubocop:
app/controllers/submissions_controller.rb#L272
[rubocop] reported by reviewdog 🐶
Avoid safe navigation chains longer than 2 calls.
Raw Output:
app/controllers/submissions_controller.rb:272:7: C: Style/SafeNavigationChainLength: Avoid safe navigation chains longer than 2 calls.
|
Run rubocop:
app/models/code_ocean/file.rb#L183
[rubocop] reported by reviewdog 🐶
Replace with `permissions.nobits?(OWNER_READ_PERMISSION)` for comparison with bit flags.
Raw Output:
app/models/code_ocean/file.rb:183:9: C: Style/BitwisePredicate: Replace with `permissions.nobits?(OWNER_READ_PERMISSION)` for comparison with bit flags.
|
Run rubocop:
app/models/code_ocean/file.rb#L185
[rubocop] reported by reviewdog 🐶
Replace with `permissions.nobits?(OTHER_READ_PERMISSION)` for comparison with bit flags.
Raw Output:
app/models/code_ocean/file.rb:185:9: C: Style/BitwisePredicate: Replace with `permissions.nobits?(OTHER_READ_PERMISSION)` for comparison with bit flags.
|
Run rubocop:
lib/file_tree.rb#L114
[rubocop] reported by reviewdog 🐶
Avoid safe navigation chains longer than 2 calls.
Raw Output:
lib/file_tree.rb:114:8: C: Style/SafeNavigationChainLength: Avoid safe navigation chains longer than 2 calls.
|
Loading