Ruby FlogRuby Flog is a Visual Studio Code plug-in that runs flog locally against your code and displays relevant metrics in the status bar. By default, it displays the average flog per method in the selected file. Or, you can select some text and Ruby Flog will display the total flog for the selected text. This is handy when you want to see if your refactoring had an effect on a method's flog. RequirementsIn order to use this extension you need to have Ruby and the flog gem
installed. The plugin will use your system Ruby. We recommend setting a global
Ruby version using a tool like
If you are using RVM, run:
Or if you are using chruby:
Release NotesPlease see our CHANGELOG. ContributingBug reports and pull requests are welcome on GitHub. LicenseThe plugin is available as open source under the terms of the MIT License. Code of ConductEveryone interacting in the project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct. |