Sha256: 9e2646e31417dd871a37d7693524371de4a3b694ca30380735038a52e6874ed7

Contents?: true

Size: 953 Bytes

Versions: 10

Compression:

Stored size: 953 Bytes

Contents

# RF Stylez 😎

This is a place for style configurations for [Rainforest QA](https://www.rainforestqa.com/about/) code.

### Releasing

- Make sure your changes are merged into `master` and...
- that `VERSION` in `lib/rf/stylez/version.rb` file is updated
- pull latest master
- run `rake release:source_control_push`
- CI/CD will take care of releasing rf-stylez to rubygems

## Adding `rf-stylez` to a new project

### For Ruby projects
Create a `.rubocop.yml` in the root project directory and paste the following:
```yml
inherit_gem:
  rf-stylez: ruby/rubocop.yml
```

### For Rails projects
Create a `.rubocop.yml` in the root project directory and paste the following:
```yml
inherit_gem:
  rf-stylez:
    - ruby/rubocop.yml
    - rails/rubocop.yml
```

To use it you'll need to install rf-stylez locally:
```bash
gem install rf-stylez
```

To check if you version is the latest on (for example in a git hook)
```bash
rf-stylez check-latest
```

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rf-stylez-1.2.5 README.md
rf-stylez-1.2.4 README.md
rf-stylez-1.2.3 README.md
rf-stylez-1.2.1 README.md
rf-stylez-1.1.2 README.md
rf-stylez-1.1.1 README.md
rf-stylez-1.1.0 README.md
rf-stylez-1.0.3 README.md
rf-stylez-1.0.2 README.md
rf-stylez-1.0.1 README.md