We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c2831 commit 9262fddCopy full SHA for 9262fdd
.rubocop.yml
@@ -0,0 +1,8 @@
1
+AllCops:
2
+ TargetRubyVersion: 2.5
3
+ DisabledByDefault: true
4
+ Exclude:
5
+ - rdoc.gemspec
6
+
7
+Layout/TrailingWhitespace:
8
+ Enabled: true
0 commit comments