mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 08:04:08 +01:00
More code climate style fixes
This commit is contained in:
parent
d8acf60049
commit
67a426a2e9
28 changed files with 157 additions and 172 deletions
|
|
@ -2,7 +2,7 @@ module RecurringTodos
|
|||
class RecurringTodosBuilder
|
||||
attr_reader :builder, :project, :context, :tag_list, :user
|
||||
|
||||
def initialize (user, attributes)
|
||||
def initialize(user, attributes)
|
||||
@user = user
|
||||
@attributes = Tracks::AttributeHandler.new(@user, attributes)
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ module RecurringTodos
|
|||
end
|
||||
|
||||
def parse_dates
|
||||
%w{end_date start_from}.each {|date| @attributes.parse_date date }
|
||||
%w{end_date start_from}.each { |date| @attributes.parse_date date }
|
||||
end
|
||||
|
||||
def parse_project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue