mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
Removed unpopular non-default style rule
This commit is contained in:
parent
8682406f2b
commit
7ed2f604d4
1 changed files with 0 additions and 8 deletions
|
@ -13,14 +13,6 @@ Style/CollectionMethods:
|
||||||
find: detect
|
find: detect
|
||||||
find_all: select
|
find_all: select
|
||||||
reduce: inject
|
reduce: inject
|
||||||
Style/DotPosition:
|
|
||||||
Description: Checks the position of the dot in multi-line method calls.
|
|
||||||
StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
|
|
||||||
Enabled: true
|
|
||||||
EnforcedStyle: trailing
|
|
||||||
SupportedStyles:
|
|
||||||
- leading
|
|
||||||
- trailing
|
|
||||||
Style/FileName:
|
Style/FileName:
|
||||||
Description: Use snake_case for source file names.
|
Description: Use snake_case for source file names.
|
||||||
StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files
|
StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files
|
||||||
|
|
Loading…
Reference in a new issue