-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rubocop -a --only Style/AccessorGrouping * rubocop -a --only Style/RedundantRegexpEscape * Adjust broken commend indentation with the previous commit * rubocop -A --only Style/StringConcatenation * rubocop -a --only Style/RedundantParentheses * rubocop -a --only Style/RedundantAssignment * rubocop -A --only Style/CaseLikeIf * rubocop -a --only Lint/RedundantStringCoercion * rubocop -a --only Style/ClassEqualityComparison * rubocop -a --only Layout/ElseAlignment * rubocop -a --only Layout/EndAlignment * rubocop -a --only Layout/TrailingWhitespace * rubocop -a --only Layout/EmptyLinesAroundMethodBody * rubocop -a --only Layout/SpaceAroundMethodCallOperator * rubocop -A --only Style/ExplicitBlockArgument * Remove empty test file This empty file was introduced at the initial commit for this michael_scott faker: bcb8cf0 The actual tests are written in another file: test/faker/tv_shows/test_michael_scott.rb * rubocop -a --only Layout/IndentationWidth * Address rubocop Lint/MissingSuper offence * Address rubocop Lint/MixedRegexpCaptureTypes offences * Address rubocop Style/StringConcatenation offence * Address rubocop Style/OptionalBooleanParameter offence * Address rubocop Style/RedundantRegexpCharacterClass offences * `method_missing` here falls back to `raise` so never calls `super` * Faker::Music is not a Hash. It has #keys but has no #each_key
- Loading branch information
Showing
68 changed files
with
211 additions
and
206 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.