houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Where is perform method for LintersJob? #1860

Open isqad opened 2 years ago

isqad commented 2 years ago

Hello! I can not understand, how the project is work?

https://github.com/houndci/hound/blob/5269fa5de04dcdcff206cc89ed0f523ed47cb217/app/models/linter/base.rb#L20 https://github.com/houndci/hound/blob/5269fa5de04dcdcff206cc89ed0f523ed47cb217/app/models/linter/base.rb#L56 but LintersJob is empty... https://github.com/houndci/hound/blob/master/app/jobs/linters_job.rb

what's the secret?