rubocop-style.yml in rubocop-digitalhospital-0.2.0 vs rubocop-style.yml in rubocop-digitalhospital-0.3.0
- old
+ new
@@ -1,8 +1,8 @@
-# Document classes and non-namespace modules.
-Style/Documentation:
- Enabled: false
-
-# Check quotes usage according to lint rule below.
-Style/StringLiterals:
- Enabled: true
+# Document classes and non-namespace modules.
+Style/Documentation:
+ Enabled: false
+
+# Check quotes usage according to lint rule below.
+Style/StringLiterals:
+ Enabled: true
EnforcedStyle: double_quotes
\ No newline at end of file