-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #448 #497
base: main
Are you sure you want to change the base?
Issue #448 #497
Conversation
…gh the table affiliation
…d adjustments on i18n
…of enrollments pdf
…m affiliation and program_level
…mitee_table and tests
# Conflicts: # db/schema.rb
# Conflicts: # Gemfile # Gemfile.lock # db/schema.rb
…and program_levels_controller.rb
@@ -62,6 +62,38 @@ def professor_advisements_with_points_show_column(record, options) | |||
resp.html_safe | |||
end | |||
|
|||
def professor_institutions_show_column(record, options) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method professor_institutions_show_column
has 26 lines of code (exceeds 25 allowed). Consider refactoring.
body = "" | ||
count = 0 | ||
affiliations.each do |affiliation| | ||
count += 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
# Conflicts: # app/controllers/concerns/shared_pdf_concern.rb # app/controllers/enrollments_controller.rb # app/models/ability.rb # config/locales/navigation.pt-BR.yml # config/navigation.rb
Code Climate has analyzed commit 099fbf9 and detected 3 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 81.6% (50% is the threshold). This pull request will bring the total coverage in the repository to 71.0% (0.0% change). View more on Code Climate. |
No description provided.