From 8ebc4286fdbb6de34cc4f1bc70f9b06b1a2af455 Mon Sep 17 00:00:00 2001 From: Vasili Sviridov Date: Thu, 22 Oct 2015 16:11:25 -0700 Subject: [PATCH] Now with rubocop --- htoprc | 2 +- rubocop.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 rubocop.yml diff --git a/htoprc b/htoprc index 8858044..99e2ace 100644 --- a/htoprc +++ b/htoprc @@ -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 diff --git a/rubocop.yml b/rubocop.yml new file mode 100644 index 0000000..c441045 --- /dev/null +++ b/rubocop.yml @@ -0,0 +1,2 @@ +Metrics/LineLength: + Enabled: false