Skip to content
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
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ Layout/ArgumentAlignment:

Layout/SpaceAfterComma:
Enabled: true

Layout/TrailingEmptyLines:
Enabled: true
1 change: 0 additions & 1 deletion c_glib/test/test-assume-timezone-options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ def test_assume_timezone_function
result.value_data_type)
end
end

1 change: 0 additions & 1 deletion c_glib/test/test-cumulative-options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ def test_cumulative_sum_with_start
cumulative_sum_function.execute(args, @options).value)
end
end

1 change: 0 additions & 1 deletion c_glib/test/test-dictionary-encode-options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ def test_dictionary_encode_function_with_encode
assert_equal(build_int32_array([0, 1, 2, 0, 1]), result.indices)
end
end

Loading