diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..f1b7cd2 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,8 @@ +AllCops: + Exclude: + - 'coverage/**/*' + - 'pkg/**/*' + - 'test/**/*' + - 'tmp/**/*' + - 'vendor/**/*' + TargetRubyVersion: 2.5 |
