Skip to main content

Flog

Review Ruby code for most tortured code

Written by Greg

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?