Sha256: 3fe94e7aeee9ccbbc25f20e7abc49bba18e7f9daa9f1f717e25443f41f0ea832

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

Contents

# Rubocop-Sorbet

[![Build Status](https://travis-ci.org/Shopify/rubocop-sorbet.svg?branch=master)](https://travis-ci.org/Shopify/rubocop-sorbet)

A collection of Rubocop rules for Sorbet.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rubocop-sorbet'
```

And then execute:

    $ bundle

## Usage

And add this to your `.rubocop.yml` file:

```yaml
require:
  - rubocop-sorbet
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/rubocop-sorbet. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://github.com/Shopify/rubocop-sorbet/blob/master/LICENSE.txt).

## Code of Conduct

Everyone interacting in the Rubocop::Sorbet project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/Shopify/rubocop-sorbet/blob/master/CODE_OF_CONDUCT.md).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubocop-sorbet-0.3.7 README.md
rubocop-sorbet-0.3.6 README.md
rubocop-sorbet-0.3.5 README.md
rubocop-sorbet-0.3.4 README.md
rubocop-sorbet-0.3.3 README.md
rubocop-sorbet-0.3.2 README.md