Now with rubocop

This commit is contained in:
2015-10-22 16:11:25 -07:00
parent 31dd6c6630
commit 8ebc4286fd
2 changed files with 3 additions and 1 deletions

2
htoprc
View File

@@ -11,7 +11,7 @@ shadow_other_users=1
highlight_base_name=1
highlight_megabytes=1
highlight_threads=1
tree_view=0
tree_view=1
header_margin=1
detailed_cpu_time=0
color_scheme=0

2
rubocop.yml Normal file
View File

@@ -0,0 +1,2 @@
Metrics/LineLength:
Enabled: false