Skip to content

config/default.yml does not match Rubocop of the same version #179

Open
@vmakoed

Description

@vmakoed

It looks like this file: https://github.com/airbnb/ruby/blob/master/rubocop-airbnb/config/default.yml must be updated. It has not been updated for 3 years even though rubocop dependency has been updated for many times since then.

This gem is dependent on 'rubocop', '~> 0.80.0', but config/default.yml in this repo is not the same as default.yml in rubocop 0.80.0. This is an issue because this file lists all cops and supported styles for them. So if one wants to use a style that was added in 0.80.0, they cannot because of the outdated default.yml. Therefore, the possibilities of configuration are greatly restricted.

Is there a reason why this file is so old?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions