Skip to content

Commit

Permalink
fixup! Move RuboCop-RSpec aliases config
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Nov 17, 2020
1 parent e05858c commit f8109e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -95,7 +95,7 @@ Make sure to use `rubocop-rspec` 2.0 or newer and add the following to your `.ru

```yaml
inherit_gem:
test-prof: .rubocop-rspec-aliases.yml
test-prof: config/rubocop-rspec.yml
```

## Profilers
Expand Down
2 changes: 1 addition & 1 deletion test-prof.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "http://github.com/test-prof/test-prof"
}

spec.files = Dir.glob("lib/**/*") + Dir.glob("config/**/*") + Dir.glob("assets/**/*") + %w[README.md LICENSE.txt CHANGELOG.md] + %w[.rubocop-rspec-aliases.yml]
spec.files = Dir.glob("lib/**/*") + Dir.glob("config/**/*") + Dir.glob("assets/**/*") + %w[README.md LICENSE.txt CHANGELOG.md] + %w[config/rubocop-rspec.yml]

spec.require_paths = ["lib"]

Expand Down

0 comments on commit f8109e2

Please sign in to comment.