Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Allow empty language keys in config #16

Merged
merged 1 commit into from
Oct 26, 2015

Conversation

BlakeWilliams
Copy link
Contributor

This allows .codeclimate.yml language keys to have empty values and
still be valid.

eg:

engines:
  duplication:
    enabled: true
    config:
      languages:
        javascript:

This allows `.codeclimate.yml` language keys to have empty values and
still be valid.

eg:

```
engines:
  duplication:
    enabled: true
    config:
      languages:
        javascript:
```
@noahd1
Copy link
Contributor

noahd1 commented Oct 26, 2015

LGTM

@BlakeWilliams BlakeWilliams merged commit 2785f43 into master Oct 26, 2015
@BlakeWilliams BlakeWilliams deleted the bmw-allow-empty-language-keys branch October 26, 2015 19:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants