From ef23b66e9a495206f2bf1cd9ce0df50d363d26ef Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 23 Dec 2021 10:44:13 -0500 Subject: Add standardrb --- .standard.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .standard.yml (limited to '.standard.yml') diff --git a/.standard.yml b/.standard.yml new file mode 100644 index 0000000..4d5683c --- /dev/null +++ b/.standard.yml @@ -0,0 +1,4 @@ +parallel: true +ruby_version: 2.0 +ignore: + - 'diff-lcs.gemspec' -- cgit v1.2.1 From f5781c06b2c297caf58c97824c77f557831094a7 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 23 Dec 2021 10:54:52 -0500 Subject: ignore Layout/heredocIndentation due to old Ruby --- .standard.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.standard.yml') diff --git a/.standard.yml b/.standard.yml index 4d5683c..227fe7b 100644 --- a/.standard.yml +++ b/.standard.yml @@ -2,3 +2,5 @@ parallel: true ruby_version: 2.0 ignore: - 'diff-lcs.gemspec' + - 'research/**/*' + - 'pkg/**/*' -- cgit v1.2.1