allure-framework/allure-ruby

View on GitHub
.solargraph.yml

Summary

Maintainability
Test Coverage
---
include:
  - "**/*.rb"
  - "**/*.rake"
  - Rakefile
exclude:
  - spec/**/*
  - vendor/bundle/**/*
require: []
domains: []
reporters:
  - rubocop
  - require_not_found
plugins:
  - runtime
require_paths: []
max_files: 5000