Sha256: f6ca5abfe036427352e4877aba77fd048af527aa2783944e2f87a2153d8b709a

Contents?: true

Size: 319 Bytes

Versions: 9

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

target :lib do
  signature 'sig'

  check 'lib'
  ignore 'lib/japanese_address_parser/csv_parser.rb'

  configure_code_diagnostics(::Steep::Diagnostic::Ruby.strict)
end

target :test do
  signature 'sig'

  check 'spec'

  configure_code_diagnostics(::Steep::Diagnostic::Ruby.strict)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
japanese_address_parser-3.2.0 Steepfile
japanese_address_parser-3.1.2 Steepfile
japanese_address_parser-3.1.1 Steepfile
japanese_address_parser-3.1.0 Steepfile
japanese_address_parser-3.0.5 Steepfile
japanese_address_parser-3.0.4 Steepfile
japanese_address_parser-3.0.3 Steepfile
japanese_address_parser-3.0.2 Steepfile
japanese_address_parser-3.0.1 Steepfile