From a77619e9535b5323b9e85e709d73a73d96583ede Mon Sep 17 00:00:00 2001
From: Koichiro Sumi <491508+sumyapp@users.noreply.github.com>
Date: Mon, 22 Mar 2021 13:57:59 +0900
Subject: [PATCH 1/2] Add files via upload
Upload google coding standard file for checkstyle
---
google_checks.xml | 362 ++++++++++++++++++++++++++++++++++++++++++
google_checks_ja.xml | 364 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 726 insertions(+)
create mode 100644 google_checks.xml
create mode 100644 google_checks_ja.xml
diff --git a/google_checks.xml b/google_checks.xml
new file mode 100644
index 000000000000..e28aa704905a
--- /dev/null
+++ b/google_checks.xml
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/google_checks_ja.xml b/google_checks_ja.xml
new file mode 100644
index 000000000000..06c731e2266b
--- /dev/null
+++ b/google_checks_ja.xml
@@ -0,0 +1,364 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 81d7107b9f55626af8db85b558e436df8eaf4e32 Mon Sep 17 00:00:00 2001
From: Koichiro Sumi <491508+sumyapp@users.noreply.github.com>
Date: Mon, 22 Mar 2021 13:58:54 +0900
Subject: [PATCH 2/2] Create sider.yml
Add sider.yml, Set locale to ja about checkstyle
---
sider.yml | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 sider.yml
diff --git a/sider.yml b/sider.yml
new file mode 100644
index 000000000000..81023c539339
--- /dev/null
+++ b/sider.yml
@@ -0,0 +1,3 @@
+linter:
+ checkstyle:
+ config: google_checks_ja.xml