Skip to content

Commit

Permalink
Add Fastlane's Fastfile to the default Includes (rubocop#3164)
Browse files Browse the repository at this point in the history
This is the Fastfile (sort of like a Rakefile) for mobile pipelines from fastlane - https://fastlane.tools/.
  • Loading branch information
jules2689 authored and Neodelf committed Oct 15, 2016
1 parent 5d528d1 commit 3f71e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* [#2927](https://github.com/bbatsov/rubocop/issues/2927): Add autocorrect for `Rails/Validation` cop. ([@neodelf][])
* [#3135](https://github.com/bbatsov/rubocop/pull/3135): Add new `Rails/OutputSafety` cop. ([@josh][])
* [#3164](https://github.com/bbatsov/rubocop/pull/3164): Add [Fastlane](https://fastlane.tools/)'s Fastfile to the default Includes. ([@jules2689][])

### Bug fixes

Expand Down Expand Up @@ -2171,3 +2172,4 @@
[@neodelf]: https://github.com/neodelf
[@josh]: https://github.com/josh
[@natalzia-paperless]: https://github.com/natalzia-paperless
[@jules2689]: https://github.com/jules2689
2 changes: 2 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ AllCops:
- '**/Berksfile'
- '**/Cheffile'
- '**/Vagabondfile'
- '**/Fastfile'
- '**/*Fastfile'
Exclude:
- 'vendor/**/*'
# Default formatter will be used if no -f/--format option is given.
Expand Down

0 comments on commit 3f71e8f

Please sign in to comment.