Skip to content

Commit

Permalink
Introduces spec for Webui::Packages::BuildLogController
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Sep 22, 2023
1 parent d9ee554 commit b8d547c
Show file tree
Hide file tree
Showing 39 changed files with 4,425 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api/.rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2023-09-22 09:46:34 UTC using RuboCop version 1.56.3.
# on 2023-09-22 13:29:31 UTC using RuboCop version 1.56.3.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -608,7 +608,7 @@ Naming/VariableNumber:
- 'spec/controllers/staging/staging_projects_controller_spec.rb'
- 'spec/controllers/webui/attribute_controller_spec.rb'
- 'spec/controllers/webui/download_on_demand_controller_spec.rb'
- 'spec/controllers/webui/package_controller_spec.rb'
- 'spec/controllers/webui/packages/build_log_controller_spec.rb'
- 'spec/controllers/webui/project_controller_spec.rb'
- 'spec/controllers/webui/request_controller_spec.rb'
- 'spec/db/data/backfill_notified_projects_spec.rb'
Expand Down Expand Up @@ -717,7 +717,7 @@ RSpec/AnyInstance:
- 'spec/models/project_spec.rb'
- 'spec/policies/package_policy_spec.rb'

# Offense count: 1225
# Offense count: 1224
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
RSpec/ContextWording:
Expand Down Expand Up @@ -1259,7 +1259,7 @@ Style/ExplicitBlockArgument:
- 'app/lib/backend/connection.rb'
- 'app/models/project.rb'

# Offense count: 1744
# Offense count: 1745
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8d547c

Please sign in to comment.