Skip to content

Commit

Permalink
Merge a7c68c9 into f6092af
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Mar 26, 2020
2 parents f6092af + a7c68c9 commit 76992fe
Show file tree
Hide file tree
Showing 15 changed files with 1,652 additions and 1,571 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Metrics/MethodLength:
Style/AsciiComments:
Enabled: No

Style/Documentation:
Severity: warning

Style/Lambda:
EnforcedStyle: literal

Expand Down
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require 'bundler/setup'
require 'basic_temperature/temperature'
require 'basic_temperature/alias'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
Loading

0 comments on commit 76992fe

Please sign in to comment.