Sha256: b3f7b2a2a4e5679de8a46d046956a9fd8a8c04dea6c59b3d377543c0654539c2
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rspec AllCops: DisplayCopNames: true Exclude: - bin/**/* - vendor/**/* - lib/slack/web/api/slack-api-ref/**/* - lib/slack/web/api/endpoints/* # Auto-generated - lib/slack/web/api/errors.rb # Auto-generated - spec/slack/web/api/endpoints/* # Auto-generated Layout/EmptyLineAfterMagicComment: Enabled: false Metrics/BlockLength: Enabled: false Metrics/ClassLength: Max: 250 Layout/LineLength: Max: 128 Style/Documentation: Enabled: false Style/ModuleFunction: Enabled: false Naming/FileName: Exclude: - lib/slack-ruby-client.rb # Required to match gemspec name
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.17.0 | .rubocop.yml |
slack-ruby-client-0.16.0 | .rubocop.yml |