File: reek.ok

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20220309.b075c45-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 59; xml: 13; javascript: 4; sh: 4; haskell: 3; makefile: 2
file content (65 lines) | stat: -rw-r--r-- 12,984 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
app/controllers/api_controller.rb|3| IrresponsibleModule: ApiController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/application_controller.rb|3| IrresponsibleModule: ApplicationController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/concerns/respondable.rb|8| FeatureEnvy: Respondable#render_result refers to 'result' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
app/controllers/concerns/respondable.rb|46| UtilityFunction: Respondable#error_serializer_for doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
app/controllers/concerns/respondable.rb|33| UtilityFunction: Respondable#serialize doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
app/controllers/concerns/respondable.rb|42| UtilityFunction: Respondable#to_json doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
app/controllers/countries_controller.rb|3| IrresponsibleModule: CountriesController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/open_api_controller.rb|3| IrresponsibleModule: OpenApiController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/password_controller.rb|3| IrresponsibleModule: PasswordController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/session_controller.rb|3| IrresponsibleModule: SessionController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/controllers/users_controller.rb|3| IrresponsibleModule: UsersController has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/errors/invalid_credentials_error.rb|3| IrresponsibleModule: InvalidCredentialsError has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/jobs/geocode_user_ip_job.rb|3| IrresponsibleModule: GeocodeUserIpJob has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/jobs/geocode_user_ip_job.rb|6| UtilityFunction: GeocodeUserIpJob#perform doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
app/mailers/application_mailer.rb|3| IrresponsibleModule: ApplicationMailer has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/mailers/notifications_mailer.rb|11| DuplicateMethodCall: NotificationsMailer#password_reset calls 'user.email' 2 times [https://github.com/troessner/reek/blob/v5.4.0/docs/Duplicate-Method-Call.md]
app/mailers/notifications_mailer.rb|5| DuplicateMethodCall: NotificationsMailer#signup calls 'user.email' 2 times [https://github.com/troessner/reek/blob/v5.4.0/docs/Duplicate-Method-Call.md]
app/mailers/notifications_mailer.rb|3| IrresponsibleModule: NotificationsMailer has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/models/admin_user.rb|3| IrresponsibleModule: AdminUser has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
app/models/country.rb|3| IrresponsibleModule: Country has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
config/application.rb|41| IrresponsibleModule: EasygorussiaApi::Application has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
spec/support/api_test_helpers.rb|3| IrresponsibleModule: ApiTestHelpers has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/operations/country.rb|6| IrresponsibleModule: Docs::Public::Operations::Country has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/operations/session.rb|6| IrresponsibleModule: Docs::Public::Operations::Session has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/operations/user.rb|6| IrresponsibleModule: Docs::Public::Operations::User has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/root.rb|5| IrresponsibleModule: Docs::Public::Root has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/schemas/api_key.rb|6| IrresponsibleModule: Docs::Public::Schemas::ApiKey has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/schemas/country.rb|6| IrresponsibleModule: Docs::Public::Schemas::Country has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/schemas/errors.rb|6| IrresponsibleModule: Docs::Public::Schemas::Errors has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/schemas/session.rb|6| IrresponsibleModule: Docs::Public::Schemas::Session has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/docs/public/schemas/user.rb|6| IrresponsibleModule: Docs::Public::Schemas::User has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/auth/authenticate.rb|7| IrresponsibleModule: Operations::Auth::Authenticate has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/auth/authenticate.rb|17| UtilityFunction: Operations::Auth::Authenticate#find_user doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
lib/operations/auth/sign_in.rb|7| IrresponsibleModule: Operations::Auth::SignIn has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/password/request_reset_token.rb|7| IrresponsibleModule: Operations::Password::RequestResetToken has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/password/request_reset_token.rb|19| UtilityFunction: Operations::Password::RequestResetToken#find_user doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
lib/operations/password/request_reset_token.rb|23| UtilityFunction: Operations::Password::RequestResetToken#generate_and_deliver_token doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Utility-Function.md]
lib/operations/password/reset.rb|13| DuplicateMethodCall: Operations::Password::Reset#call calls 'user.api_keys' 2 times [https://github.com/troessner/reek/blob/v5.4.0/docs/Duplicate-Method-Call.md]
lib/operations/password/reset.rb|7| IrresponsibleModule: Operations::Password::Reset has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/users/confirm.rb|7| IrresponsibleModule: Operations::Users::Confirm has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
lib/operations/users/sign_up.rb|11| FeatureEnvy: Operations::Users::SignUp#call refers to 'input' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
lib/operations/users/sign_up.rb|7| IrresponsibleModule: Operations::Users::SignUp has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191022095734_enable_extension_for_uuid.rb|3| IrresponsibleModule: EnableExtensionForUuid has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191022104039_create_users.rb|6| FeatureEnvy: CreateUsers#change refers to 't' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
db/migrate/20191022104039_create_users.rb|3| IrresponsibleModule: CreateUsers has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191022104039_create_users.rb|4| TooManyStatements: CreateUsers#change has approx 12 statements [https://github.com/troessner/reek/blob/v5.4.0/docs/Too-Many-Statements.md]
db/migrate/20191022104039_create_users.rb|5| UncommunicativeVariableName: CreateUsers#change has the variable name 't' [https://github.com/troessner/reek/blob/v5.4.0/docs/Uncommunicative-Variable-Name.md]
db/migrate/20191022105647_create_api_keys.rb|6| FeatureEnvy: CreateApiKeys#change refers to 't' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
db/migrate/20191022105647_create_api_keys.rb|3| IrresponsibleModule: CreateApiKeys has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191022105647_create_api_keys.rb|4| TooManyStatements: CreateApiKeys#change has approx 6 statements [https://github.com/troessner/reek/blob/v5.4.0/docs/Too-Many-Statements.md]
db/migrate/20191022105647_create_api_keys.rb|5| UncommunicativeVariableName: CreateApiKeys#change has the variable name 't' [https://github.com/troessner/reek/blob/v5.4.0/docs/Uncommunicative-Variable-Name.md]
db/migrate/20191028114856_devise_create_admin_users.rb|7| FeatureEnvy: DeviseCreateAdminUsers#change refers to 't' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
db/migrate/20191028114856_devise_create_admin_users.rb|3| IrresponsibleModule: DeviseCreateAdminUsers has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191028114856_devise_create_admin_users.rb|4| TooManyStatements: DeviseCreateAdminUsers#change has approx 14 statements [https://github.com/troessner/reek/blob/v5.4.0/docs/Too-Many-Statements.md]
db/migrate/20191028114856_devise_create_admin_users.rb|5| UncommunicativeVariableName: DeviseCreateAdminUsers#change has the variable name 't' [https://github.com/troessner/reek/blob/v5.4.0/docs/Uncommunicative-Variable-Name.md]
db/migrate/20191028114859_create_active_admin_comments.rb|3| IrresponsibleModule: CreateActiveAdminComments has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191028114859_create_active_admin_comments.rb|4| TooManyStatements: CreateActiveAdminComments#self.up has approx 7 statements [https://github.com/troessner/reek/blob/v5.4.0/docs/Too-Many-Statements.md]
db/migrate/20191028114859_create_active_admin_comments.rb|5| UncommunicativeVariableName: CreateActiveAdminComments#self.up has the variable name 't' [https://github.com/troessner/reek/blob/v5.4.0/docs/Uncommunicative-Variable-Name.md]
db/migrate/20191105114613_create_countries.rb|6| FeatureEnvy: CreateCountries#change refers to 't' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/v5.4.0/docs/Feature-Envy.md]
db/migrate/20191105114613_create_countries.rb|3| IrresponsibleModule: CreateCountries has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191105114613_create_countries.rb|5| UncommunicativeVariableName: CreateCountries#change has the variable name 't' [https://github.com/troessner/reek/blob/v5.4.0/docs/Uncommunicative-Variable-Name.md]
db/migrate/20191108095330_add_country_to_user.rb|3| IrresponsibleModule: AddCountryToUser has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191108100743_update_users.rb|3| IrresponsibleModule: UpdateUsers has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191108101216_update_api_keys.rb|3| IrresponsibleModule: UpdateApiKeys has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]
db/migrate/20191110224523_rename_country_on_users.rb|3| IrresponsibleModule: RenameCountryOnUsers has no descriptive comment [https://github.com/troessner/reek/blob/v5.4.0/docs/Irresponsible-Module.md]