Commit Graph

5 Commits

Author SHA1 Message Date
Stan Hu f93b2e02a5 Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
Andrew Newdigate 3288e1a874 Adds the Rubocop ReturnNil cop
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
Lin Jen-Shin 4ee08b77bc Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
Michael Kozono 4b49eb495d Explicitly reference redefined models
And move UntrackedFile into PopulateUntrackedUploadsDependencies, and move its spec into its own file.
2018-02-20 12:09:49 -08:00
Michael Kozono 348c60d9be Remove codebase dependencies from a BG migration
Specifically, `PopulateUntrackedUploads` and its spec.
2018-02-16 14:40:52 -08:00