We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib/flog.rb has a constant called OTHER_SCORES with the customizations that flog uses to score egregious ruby.
lib/flog.rb
OTHER_SCORES
lib/flog_cli.rb is the code responsible for processing command-line options and reporting.
lib/flog_cli.rb
It would be great if the latter took a command-line option that would then merge the contents of a yaml file into OTHER_SCORES.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lib/flog.rb
has a constant calledOTHER_SCORES
with the customizations that flog uses to score egregious ruby.lib/flog_cli.rb
is the code responsible for processing command-line options and reporting.It would be great if the latter took a command-line option that would then merge the contents of a yaml file into
OTHER_SCORES
.The text was updated successfully, but these errors were encountered: