lib/skeptic/rules.rb in skeptic-0.0.7 vs lib/skeptic/rules.rb in skeptic-0.0.8

- old
+ new

@@ -13,7 +13,8 @@ table.register NamingConventions, :boolean table.register NoSemicolons, :boolean table.register NoGlobalVariables, :boolean table.register NoTrailingWhitespace, :boolean table.register SpacesAroundOperators, :boolean + table.register MaxMethodArity, :int end end