Add LinterCheck and LinterCheckRun

This commit is contained in:
Sebastian Serth
2020-10-26 21:08:43 +01:00
parent 66110fd57b
commit ee7729110b
4 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
class LinterCheck < ApplicationRecord
has_many :linter_check_runs
end