From 4c1196308ab013bf5fd89ce39d63bc5fa385c2ce Mon Sep 17 00:00:00 2001 From: Leila Eskandari Date: Wed, 20 Mar 2019 13:18:23 +1300 Subject: [PATCH] Use CodeLingo to Address Further Issues --- codelingo.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codelingo.yaml diff --git a/codelingo.yaml b/codelingo.yaml new file mode 100644 index 0000000..e2a3948 --- /dev/null +++ b/codelingo.yaml @@ -0,0 +1,5 @@ +tenets: + - import: codelingo/effective-go/comment-first-word-as-subject + - import: codelingo/effective-go/comment-first-word-when-empty + - import: codelingo/effective-go/underscores-in-name + - import: codelingo/effective-go/single-method-interface-name \ No newline at end of file