Sha256: ae71f1dc1e3a083667f156fca87206b341ce8b24a39c449755d65ffc192f79f3

Contents?: true

Size: 1.29 KB

Versions: 16

Compression:

Stored size: 1.29 KB

Contents

# rubocop-codetakt

[![Gem Version](https://badge.fury.io/rb/rubocop-codetakt.svg)](https://badge.fury.io/rb/rubocop-codetakt)

This includes the RuboCop configuration used by codeTakt. It is for the unification and linfting of coding styles.

**IMPORTANT** This repository is forked from onk/onkcop v0.53.0.3 (979b8e74eda394434e49caaee31d3f3d781d14f6). And it has been modified for our team. Therefore, it should not be regarded as a successor.

## Usage

Setup .rubocop.yml

```sh
bundle exec rubocop-codetakt init
```

`init` generate the following directive to your `.rubocop.yml`:

```yaml
inherit_gem:
  rubocop-codetakt:
    - "config/rubocop.yml"
    # uncomment if use performance cops
    # - "config/performance.yml"
    # uncomment if use rails cops
    # - "config/rails.yml"
    # uncomment if use rspec cops
    # - "config/rspec.yml"

AllCops:
  TargetRubyVersion: 2.5
```

```sh
bundle exec rubocop <options...>
```

## Installation

Add this line to your application's Gemfile:

```ruby
group :development do
  gem "rubocop-codetakt", require: false
end
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/codetakt/rubocop-codetakt.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rubocop-codetakt-1.25.1.1 README.md
rubocop-codetakt-1.25.1.0 README.md
rubocop-codetakt-1.6.1.0 README.md
rubocop-codetakt-1.2.0.0 README.md
rubocop-codetakt-0.93.1.0 README.md
rubocop-codetakt-0.90.0.0 README.md
rubocop-codetakt-0.89.1.0 README.md
rubocop-codetakt-0.88.0.0 README.md
rubocop-codetakt-0.87.1.0 README.md
rubocop-codetakt-0.87.0.0 README.md
rubocop-codetakt-0.85.0.0 README.md
rubocop-codetakt-0.84.0.0 README.md
rubocop-codetakt-0.83.0.1 README.md
rubocop-codetakt-0.82.0.1 README.md
rubocop-codetakt-0.83.0.0 README.md
rubocop-codetakt-0.82.0.0 README.md