Hound supports Flog (v5.0.2) to analyze your Ruby code.

To enable Flog, add the following to your .hound.yml file:

flog:
  enabled: true

To disable Flog, add the following to your .hound.yml file:

flog:
  enabled: false
Did this answer your question?