mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Enable Style/SpaceAroundOperators Rubocop
Cleared all the offenses for Style/SpaceAroundOperators Added a description for the Style/SpaceAroundOperators Rubocop.
This commit is contained in:
parent
945b4aac60
commit
4a9c971ec7
11 changed files with 21 additions and 34 deletions
|
|
@ -37,7 +37,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def get_conferences
|
||||
@conferences =Conference.all
|
||||
@conferences = Conference.all
|
||||
end
|
||||
|
||||
def current_ability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue