ruby-watchr 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,10 @@ module Watchr
30
30
  :uncommunicative_module_name,
31
31
  :uncommunicative_parameter_name,
32
32
  :uncommunicative_variable_name,
33
- :utility_function
33
+ :utility_function,
34
+
35
+ :too_many_instance_variables,
36
+ :repeated_conditional
34
37
  ]
35
38
  end
36
39
  end
@@ -1,3 +1,3 @@
1
1
  module Watchr
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Petr Janda