Commit Graph

7 Commits

Author SHA1 Message Date
Mark Moser
c4357055d7 move quiz faker to new dev utilities location 2017-03-02 10:36:10 -06:00
Mark Moser
538190b6bf resolved some brakeman false positives 2017-02-27 11:17:15 -06:00
Mark Moser
7bb795e379 generate completed quizzes 2017-02-24 13:30:22 -06:00
Mark Moser
b74249a05f bug fix: candidate email encryption on empty email 2016-09-08 11:17:29 -05:00
Mark Moser
4bbd93ded1 rubocop noise: fixes FrozenStringLiteralComment
Adding the .ruby-verison file triggered previously un-run cops, specifically:

  This cop is designed to help upgrade to Ruby 3.0. It will add the
  comment `# frozen_string_literal: true` to the top of files to enable
  frozen string literals. Frozen string literals will be default in Ruby
  3.0. The comment will be added below a shebang and encoding comment. The
  frozen string literal comment is only valid in Ruby 2.3+.

More info on rubocop [Automatic-Corrections](https://github.com/bbatsov/rubocop/wiki/Automatic-Corrections)
2016-09-08 10:30:13 -05:00
Mark Moser
229ebf1380 start encoding candidate emails - completes #57 2016-08-26 16:03:55 -05:00
Mark Moser
465b465528 configured settings & secrets 2016-08-01 20:44:39 -05:00