mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
5b0257363c
to run rubocop locally and not to wait for HoundCI to bark at us. The version is locked to 0.54 because this is the version HoundCI is using. Using a newer version will not work as config changed from 0.54 to currently 0.59 and rubocop would complain with the old configuration. thoughtbot uses the .rubocop.yml in thoughtbot/guides as the orginizational config on Hound, so we inherit from it so we can use the same config locally. Fix #1195.
15 lines
651 B
YAML
15 lines
651 B
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2018-09-18 22:46:18 -0400 using RuboCop version 0.54.0.
|
|
# The point is for the user to remove these configuration records
|
|
# one by one as the offenses are removed from the code base.
|
|
# Note that changes in the inspected code, or installation of new
|
|
# versions of RuboCop, may require this file to be generated again.
|
|
|
|
# Offense count: 1
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyleForEmptyBraces.
|
|
# SupportedStyles: space, no_space, compact
|
|
# SupportedStylesForEmptyBraces: space, no_space
|
|
Layout/SpaceInsideHashLiteralBraces:
|
|
EnforcedStyle: space
|