mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
* Consolidate modal form structure into partial + helper * Scaffold out trade transaction form * Normalize translations * Add buy and sell trade form with tests * Move entryable lists to dedicated controllers * Delegate entry group contents rendering * More cleanup * Extract transaction and valuation update logic from entries controller * Delegate edit and show actions to entryables * Trade builder * Update paths for transaction updates
12 lines
No EOL
325 B
YAML
12 lines
No EOL
325 B
YAML
# Omakase Ruby styling for Rails
|
|
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
|
|
|
|
# Overwrite or add rules to create your own house style
|
|
#
|
|
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
|
|
# Layout/SpaceInsideArrayLiteralBrackets:
|
|
# Enabled: false
|
|
Layout/ElseAlignment:
|
|
Enabled: false
|
|
Layout/EndAlignment:
|
|
Enabled: false |