Sha256: a039f0390ac708b17c576753942a9ce2eb7cfc16f5927c6c33b99898a61c1f89

Contents?: true

Size: 970 Bytes

Versions: 4

Compression:

Stored size: 970 Bytes

Contents

# 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://opensource.org/licenses/MIT).

## 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

4 entries across 4 versions & 1 rubygems

Version Path
rubocop-sorbet-0.3.1 README.md
rubocop-sorbet-0.3.0 README.md
rubocop-sorbet-0.2.0 README.md
rubocop-sorbet-0.0.2 README.md