Skip to content

Commit

Permalink
Tweaking the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 17, 2015
1 parent 5d4ac31 commit 1cd60b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ checks:
style_file_name: true
style_end_of_line: true
style_empty_literal: true
style_empty_lines_around_body: true
style_empty_lines_around_body: false
style_empty_lines: true
style_empty_line_between_defs:
allow_adjacent_one_line_defs: true
Expand All @@ -90,7 +90,7 @@ checks:
enforced_colon_style: key
enforced_last_argument_hash_style: always_inspect
style_align_array: true
style_accessor_method_name: true
style_accessor_method_name: false
rails_output: true
rails_default_scope: true
lint_useless_setter_call: true
Expand Down
2 changes: 1 addition & 1 deletion tests/signer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate_query_string_params_Test
:page => DEFAULT_PAGE,
:redirect_uri => DEFAULT_REDIRECT_URI,
:token => DEFAULT_TOKEN,
});
})

assertEqual sprintf(DEFAULT_QS, DEFAULT_CLIENT_ID, DEFAULT_PAGE, DEFAULT_REDIRECT_URI, DEFAULT_SIGNATURE, DEFAULT_TOKEN), querystring
end
Expand Down

0 comments on commit 1cd60b8

Please sign in to comment.