cequel/cequel

View on GitHub
lib/cequel/record.rb

Summary

Maintainability
A
0 mins
Test Coverage

Add an empty line after magic comments.
Open

require 'active_model'
Severity: Minor
Found in lib/cequel/record.rb 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

# -*- encoding : utf-8 -*-
Severity: Minor
Found in lib/cequel/record.rb by rubocop

Line is too long. [86/80]
Open

      include ActiveModel::Serializers::Xml if defined?(ActiveModel::Serializers::Xml)
Severity: Minor
Found in lib/cequel/record.rb by rubocop

There are no issues that match your filters.

Category
Status