hovancik/BSDSec

View on GitHub
bin/setup

Summary

Maintainability
Test Coverage

Showing 2 of 2 total issues

Missing frozen string literal comment.
Open

#!/usr/bin/env ruby
Severity: Minor
Found in bin/setup by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "fileutils"
Severity: Minor
Found in bin/setup by rubocop
Category
Status