From c2ff533e0ec2f27a6bd00aa222abe0a26c5543e9 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:20:19 +0900 Subject: [PATCH 1/3] s/commiter/committer/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7750d8..5f3bb18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Your project may have many local rules: * Should not use `Net::HTTP` for Web API calls, but use `HTTPClient` These local rule violations will be found during code review. -Reviewers will ask commiter to revise; commiter will fix; fine. +Reviewers will ask committer to revise; committer will fix; fine. Really? It is boring and time-consuming. We need some automation! From e06fbedb8e87655c0314b2dec0e235e09abe5b2c Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:00:05 +0900 Subject: [PATCH 2/3] s/resturns/returns/ --- test/config_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config_test.rb b/test/config_test.rb index 10725f3..52a5156 100644 --- a/test/config_test.rb +++ b/test/config_test.rb @@ -19,7 +19,7 @@ def test_factory_config_returns_empty_config assert_equal Pathname("/foo/bar"), config.root_dir end - def test_factory_config_resturns_config_with_rules + resturns def test_factory_config_returns_config_with_rules config = Config::Factory.new( { "rules" => [ From 3d6341557bf2b77531803523d8cf6689d2a1e158 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:01:33 +0900 Subject: [PATCH 3/3] s/conditonal/conditional/ --- test/pattern_parser_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pattern_parser_test.rb b/test/pattern_parser_test.rb index 9300e91..ed4b2e1 100644 --- a/test/pattern_parser_test.rb +++ b/test/pattern_parser_test.rb @@ -173,7 +173,7 @@ def test_any_kinded assert_instance_of K::Any, pat end - def test_conditonal_kinded + def test_conditional_kinded pat = parse_kinded("foo [conditional]") assert_instance_of K::Conditional, pat refute pat.negated