Skip to content

Commit

Permalink
Rubocop: Style/Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed May 22, 2018
1 parent b0e098d commit 1cdcb5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Expand Up @@ -80,12 +80,6 @@ Style/EmptyMethod:
Exclude:
- 'lib/neo4j/core/cypher_session/adaptors/embedded.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/Encoding:
Exclude:
- 'spec/neo4j/core/cypher_session/adaptors/bolt/pack_stream_spec.rb'

# Offense count: 1
Style/EvalWithLocation:
Exclude:
Expand Down
@@ -1,5 +1,3 @@
# encoding: UTF-8

require 'spec_helper'
require './lib/neo4j/core/cypher_session/adaptors/bolt/pack_stream'

Expand Down

0 comments on commit 1cdcb5a

Please sign in to comment.