Skip to content

feat[OP#48569] Validate application password against Nextcloud #16540

feat[OP#48569] Validate application password against Nextcloud

feat[OP#48569] Validate application password against Nextcloud #16540

GitHub Actions / rubocop succeeded Jul 17, 2023 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (32)

modules/meeting/app/controllers/meetings_controller.rb|58 col 3| Metrics/AbcSize: Assignment Branch Condition size for create is too high. [<8, 35, 5> 36.25/17]
modules/meeting/app/controllers/meetings_controller.rb|75 col 29| Rails/OutputSafety: Tagging a string as html safe may be a security risk.
modules/meeting/app/helpers/meetings_helper.rb|47 col 40| [Correctable] Layout/ExtraSpacing: Unnecessary spacing detected.
modules/meeting/app/helpers/meetings_helper.rb|51 col 3| Metrics/AbcSize: Assignment Branch Condition size for render_journal_details is too high. [<4, 25, 3> 25.5/17]
modules/meeting/app/helpers/meetings_helper.rb|67 col 33| Rails/OutputSafety: Tagging a string as html safe may be a security risk.
modules/meeting/app/helpers/meetings_helper.rb|69 col 31| Rails/OutputSafety: Tagging a string as html safe may be a security risk.
modules/meeting/app/helpers/meetings_helper.rb|73 col 46| Rails/OutputSafety: Tagging a string as html safe may be a security risk.
modules/meeting/app/models/meeting.rb|171 col 3| Metrics/AbcSize: Assignment Branch Condition size for group_by_time is too high. [<14, 14, 6> 20.69/17]
modules/meeting/app/models/meeting.rb|179 col 52| Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - objs.
modules/meeting/app/models/meeting.rb|180 col 52| Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - objs.
modules/meeting/app/models/meeting.rb|189 col 3| Metrics/AbcSize: Assignment Branch Condition size for close_agenda_and_copy_to_minutes! is too high. [<10, 21, 8> 24.6/17]
modules/meeting/spec/features/meetings_copy_spec.rb|93 col 5| Capybara/CurrentPathExpectation: Do not set an RSpec expectation on current_path in Capybara feature specs - instead, use the have_current_path matcher on page
modules/meeting/spec/features/meetings_copy_spec.rb|112 col 8| [Correctable] Capybara/NegationMatcher: Use expect(...).not_to have_content.
modules/meeting/spec/models/meeting_spec.rb|29 col 9| [Correctable] Style/StringConcatenation: Prefer string interpolation to string concatenation.
modules/meeting/spec/models/meeting_spec.rb|125 col 9| [Correctable] RSpec/PredicateMatcher: Prefer using include matcher over include?.
modules/meeting/spec/models/meeting_spec.rb|137 col 9| [Correctable] RSpec/PredicateMatcher: Prefer using include matcher over include?.
modules/meeting/spec/models/meeting_spec.rb|150 col 54| [Correctable] RSpec/MatchArray: Prefer contain_exactly when matching an array literal.
modules/meeting/spec/models/meeting_spec.rb|165 col 7| [Correctable] RSpec/PredicateMatcher: Prefer using be_locked matcher over locked?.
modules/meeting/spec/models/meeting_spec.rb|177 col 13| RSpec/ContextWording: Context description should match /^and\b/, /^as\b/, /^for\b/, /^having\b/, /^if\b/, /^on\b/, /^to\b/, /^unless\b/, /^via\b/, /^when\b/, /^with\b/, /^within\b/, or /^without\b/.
modules/meeting/spec/models/meeting_spec.rb|181 col 13| RSpec/ContextWording: Context description should match /^and\b/, /^as\b/, /^for\b/, /^having\b/, /^if\b/, /^on\b/, /^to\b/, /^unless\b/, /^via\b/, /^when\b/, /^with\b/, /^within\b/, or /^without\b/.
modules/meeting/spec/models/meeting_spec.rb|223 col 7| [Correctable] RSpec/PredicateMatcher: Prefer using be_all matcher over all?.
modules/meeting/spec/support/pages/meetings/index.rb|29 col 19| [Correctable] Style/RedundantCurrentDirectoryInPath: Remove the redundant current directory path.
modules/meeting/spec/support/pages/meetings/new.rb|29 col 19| [Correctable] Style/RedundantCurrentDirectoryInPath: Remove the redundant current directory path.
modules/meeting/spec/support/pages/meetings/new.rb|30 col 19| [Correctable] Style/RedundantCurrentDirectoryInPath: Remove the redundant current directory path.
modules/storages/spec/features/admin_storages_spec.rb|63 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|83 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|90 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|97 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|171 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|182 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|194 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.
modules/storages/spec/features/admin_storages_spec.rb|205 col 10| Capybara/SpecificActions: Prefer click_button over find('button').click.