Skip to content

Commit

Permalink
Updating to use TK 1.4 syntax, switching fog dependency for aws-sdk d…
Browse files Browse the repository at this point in the history
…ependency
  • Loading branch information
tyler-ball committed Apr 21, 2015
1 parent 2ea5bb8 commit d985f1d
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 657 deletions.
2 changes: 1 addition & 1 deletion .cane
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--style-measure 100
--abc-max 20
--abc-max 30
4 changes: 2 additions & 2 deletions .tailor
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Tailor.config do |config|
style.allow_trailing_line_spaces false, level: :error
style.allow_invalid_ruby false, level: :warn
style.indentation_spaces 2, level: :error
style.max_code_lines_in_class 300, level: :error
style.max_code_lines_in_method 30, level: :error
style.max_code_lines_in_class 600, level: :error
style.max_code_lines_in_method 50, level: :error
style.max_line_length 100, level: :error
style.spaces_after_comma 1, level: :off
style.spaces_after_lbrace 1, level: :error
Expand Down
Loading

0 comments on commit d985f1d

Please sign in to comment.