metrics_satellite 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,8 +4,11 @@ module MetricsSatellite
4
4
  system(
5
5
  "guideline",
6
6
  "--no-unused-method",
7
+ "--no-hard-tab-indent",
8
+ "--no-hash-comma",
9
+ "--no-long-method",
10
+ "--no-trailing-whitespace",
7
11
  "--abc-complexity", options[:guideline_abc_complexity] || "15",
8
- "--long-method", options[:guideline_long_method] || "30",
9
12
  "--long-line", options[:guideline_long_line] || "128",
10
13
  :out => file
11
14
  )
@@ -13,7 +13,7 @@ module MetricsSatellite
13
13
  private
14
14
 
15
15
  def repository_path
16
- options[:git] || "."
16
+ options[:startup_path].join(options[:git] || ".").to_s
17
17
  end
18
18
  end
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module MetricsSatellite
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metrics_satellite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: