Add sorbet typing information to all the files

This commit is contained in:
Matt Rogers 2019-12-18 09:49:57 -06:00
parent 8b8db1ef7c
commit cabe2f80ed
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
263 changed files with 264 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class Actions

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class Chart

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class Contexts

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class Projects

View file

@ -1,3 +1,4 @@
# typed: true
# tag cloud code inspired by this article
# http://www.juixe.com/techknow/index.php/2006/07/15/acts-as-taggable-tag-cloud/
module Stats

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class TagCloudQuery

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class TimeToComplete

View file

@ -1,3 +1,4 @@
# typed: true
# Get action count for the top n contexts (default: all)
# If initialized with :running => true, then only active
# and visible contexts will be included.

View file

@ -1,3 +1,4 @@
# typed: true
# Get the first 10 projects with their actions count of actions.
# When a cutoff is passed in, only actions that have been created
# or completed since that cutoff will be included.

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class Totals

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class UserStats

View file

@ -1,3 +1,4 @@
# typed: true
module Stats
class UserTagsQuery