mobilecause/cardconnect

View on GitHub
cardconnect.gemspec

Summary

Maintainability
Test Coverage

Add an empty line after magic comments.
Open

lib = File.expand_path('../lib', __FILE__)
Severity: Minor
Found in cardconnect.gemspec by rubocop

Checks for a newline after the final magic comment.

Example:

# good
# frozen_string_literal: true

# Some documentation for Person
class Person
  # Some code
end

# bad
# frozen_string_literal: true
# Some documentation for Person
class Person
  # Some code
end

Unnecessary utf-8 encoding comment.
Open

# coding: utf-8
Severity: Minor
Found in cardconnect.gemspec by rubocop

There are no issues that match your filters.

Category
Status