Flog

Review Ruby code for most tortured code

Greg avatar
Written by Greg
Updated over a week ago

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?