Sha256: 2ddbe82216ab1f1fc9e73e92cf3ac57693dfe67b2dff6148cc6d23d565eaee27
Contents?: true
Size: 932 Bytes
Versions: 2
Compression:
Stored size: 932 Bytes
Contents
#require: rubocop-thread_safety #require: rubocop-rspec inherit_from: - .rubocop_general.yml # - .rubocop_rspec.yml # - .rubocop-thread_safety.yml - .rubocop_todo.yml AllCops: Exclude: - 'lib/eve_online/xml/corporation_market_orders.rb' - 'lib/eve_online/xml/character_wallet_journal.rb' - 'lib/eve_online/xml/character_upcoming_calendar_events.rb' - 'lib/eve_online/xml/character_market_orders.rb' - 'lib/eve_online/xml/character_contact_notifications.rb' - 'lib/eve_online/xml/character_bookmarks.rb' - 'lib/eve_online/xml/base.rb' - 'lib/eve_online/wallet_journal_entry.rb' - 'lib/eve_online/market_order.rb' - 'lib/eve_online/event.rb' - 'lib/eve_online/bookmark_folder.rb' - 'lib/eve_online/bookmark.rb' # Enable when all supported ruby will support feature Style/FrozenStringLiteralComment: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eve_online-0.14.0 | .rubocop.yml |
eve_online-0.13.0 | .rubocop.yml |