Skip to content

Commit

Permalink
Keep old .reek file for Code Climate
Browse files Browse the repository at this point in the history
**Why**: Reek 5 only looks at .reek.yml, but Code Climate is still using Reek 4.x, which depends on .reek.
  • Loading branch information
Moncef Belyamani committed Jun 30, 2018
1 parent 894443f commit fd1dc7d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .reek
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
IrresponsibleModule:
enabled: false
UncommunicativeVariableName:
exclude:
- SchedulesHelper#regular_hours_for
UtilityFunction:
exclude:
- AddressFormatHelper
- ApplicationHelper
- DetailFormatHelper
- HomepageLinksHelper
- InfoBoxHelper
- KeywordTranslator#api_key
- MailtoHelper
- PaginationHelper
- PhoneFormatHelper
- StatusController#fetch_location_okay?
- StatusController#search_okay?
'spec':
DuplicateMethodCall:
exclude:
- looks_like_no_results
- looks_like_results
UtilityFunction:
enabled: false

0 comments on commit fd1dc7d

Please sign in to comment.