Skip to content

Commit

Permalink
Add "in" as an allowed prefix for context text (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaterworth committed Nov 14, 2023
1 parent 42c7c92 commit 2c4c03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-discourse.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubocop-discourse"
s.version = "3.4.0"
s.version = "3.4.1"
s.summary = "Custom rubocop cops used by Discourse"
s.authors = ["Discourse Team"]
s.license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions rubocop-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RSpec/ContextWording:
- if
- as
- after
- in

RSpec/DescribeClass:
Enabled: true
Expand Down

0 comments on commit 2c4c03d

Please sign in to comment.