rubocop-layout.yml in rubocop-digitalhospital-0.2.0 vs rubocop-layout.yml in rubocop-digitalhospital-0.3.0

- old
+ new

@@ -1,5 +1,5 @@ -# Limit lines to 120 characters. -Layout/LineLength: - Enabled: true - Max: 120 +# Limit lines to 120 characters. +Layout/LineLength: + Enabled: true + Max: 120 IgnoredPatterns: ['\s#\srubocop'] \ No newline at end of file