mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-24 08:04:08 +01:00
Add sorbet typing information to all the files
This commit is contained in:
parent
8b8db1ef7c
commit
cabe2f80ed
263 changed files with 264 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
class DoneTodos
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: false
|
||||
# These methods are adapted from has_many_polymorphs' tagging_extensions
|
||||
|
||||
module IsTaggable
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: false
|
||||
require_dependency "user"
|
||||
|
||||
module LoginSystem
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
class ProjectFromTodo
|
||||
attr_reader :todo
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
require 'active_support/all'
|
||||
require 'user_time'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
class TodoFromRecurringTodo
|
||||
attr_reader :user, :recurring_todo, :todo
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
module Tracks
|
||||
|
||||
class AttributeHandler
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
module Tracks
|
||||
|
||||
class Config
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: false
|
||||
# Inspiration from Bruce Williams [http://codefluency.com/articles/2006/07/01/rails-views-getting-in-context/]
|
||||
module Tracks
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# typed: true
|
||||
require 'active_support/values/time_zone'
|
||||
|
||||
class UserTime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue