autotelik/datashift_journey

View on GitHub
lib/datashift_journey.rb

Summary

Maintainability
A
0 mins
Test Coverage

Do not use strings for word-like symbol literals.
Open

      define_method :"concern_file" do
Severity: Minor
Found in lib/datashift_journey.rb by rubocop

This cop checks symbol literal syntax.

Example:

# bad
:"symbol"

# good
:symbol

There are no issues that match your filters.

Category
Status