Commit b62b39e

mo <mo@mokhan.ca>
2018-10-29 00:36:20
do not lint spec/documentation.rb
1 parent 2254669
Changed files (1)
.rubocop.yml
@@ -39,6 +39,7 @@ RSpec/DescribeClass:
 RSpec/ExampleLength:
   Exclude:
     - 'spec/system/**/*'
+    - 'spec/documentation.rb'
 
 RSpec/LetSetup:
   Enabled: false