1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 08:59:12 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Mike Linksvayer
472237f872 don't bump rubocop to 2.3 yet 2017-01-17 14:10:51 -08:00
Mike Linksvayer
1a728bdd26 disable rubocop check new in 0.47
Avoid:

```
spec/license_spec.rb:3:1: C: Metrics/BlockLength: Block has too many lines. [40/25]
describe 'licenses' do ...
^^^^^^^^^^^^^^^^^^^^^^
spec/license_spec.rb:8:3: C: Metrics/BlockLength: Block has too many lines. [35/25]
  licenses.each do |license| ...
  ^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/license_spec.rb:9:5: C: Metrics/BlockLength: Block has too many lines. [33/25]
    context "The #{license['title']} license" do ...
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Doesn't seem worth refactoring, but happy to be wrong.
2017-01-17 13:37:52 -08:00
Ben Balter
a35be723a3 exclude vendor directory 2016-02-09 10:44:19 -05:00
Ben Balter
91b6c8728e add rubocop 2016-02-08 15:37:19 -05:00