Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to depend on TK 1.4 #109

Merged
merged 5 commits into from
Apr 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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