forked from cschulte22/active_merchant
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from appfolio/fff/fix-master
Sync master with upstream and include our customizations
- Loading branch information
Showing
1,050 changed files
with
166,447 additions
and
42,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ pkg | |
Gemfile.lock | ||
Gemfile*.lock | ||
.rbx/ | ||
*.gem | ||
.rvmrc | ||
/doc/ | ||
.ruby-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
inherit_from: .rubocop_todo.yml | ||
|
||
# Please keep AllCops, Bundler, Layout, Style, Metrics groups and then order cops | ||
# alphabetically | ||
# | ||
# References: | ||
# * https://github.com/bbatsov/ruby-style-guide | ||
# * https://rubocop.readthedocs.io/ | ||
AllCops: | ||
DisplayCopNames: true | ||
DisplayStyleGuide: true | ||
Exclude: | ||
- "generators/**/*" | ||
- "lib/active_merchant/billing/gateways/paypal/**/*" | ||
- "lib/active_merchant/billing/gateways/paypal_express.rb" | ||
- "vendor/**/*" | ||
ExtraDetails: false | ||
TargetRubyVersion: 2.3 | ||
|
||
# Active Merchant gateways are not amenable to length restrictions | ||
Metrics/ClassLength: | ||
Enabled: false | ||
|
||
Metrics/ModuleLength: | ||
Enabled: false | ||
|
||
Layout/AlignParameters: | ||
EnforcedStyle: with_fixed_indentation | ||
|
||
Layout/DotPosition: | ||
EnforcedStyle: trailing | ||
|
||
Layout/CaseIndentation: | ||
EnforcedStyle: end |
Oops, something went wrong.