Skip to content

Commit

Permalink
Resolved rubocop offense: Method has too many lines. [13/10]
Browse files Browse the repository at this point in the history
```
Offenses:

lib/reveal-ck/config.rb:23:5: C: Method has too many lines. [13/10]
    def core_defaults ...
    ^^^^^^^^^^^^^^^^^
```
  • Loading branch information
sue445 committed Apr 16, 2017
1 parent 43609bb commit fb848f7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions lib/reveal-ck/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ def core_defaults
'author' => '',
'theme' => 'black',
'transition' => 'default',
'data' => {

},
'meta_properties' => {

},
'meta_names' => {

}
'data' => {},
'meta_properties' => {},
'meta_names' => {}
}
end

Expand Down

0 comments on commit fb848f7

Please # to comment.