# StandardRB
Run StandardRB (opens new window) to format all incoming Ruby code.
# Configuration - .deepsource.toml
This section covers configuration specific to the Ruby
transformer. Please make sure to read the general configuration guide first.
# name
- Type: String (opens new window)
- Presence: mandatory
- Description: Shortcode of this transformer.
- Example:
name = "standardrb"
# enabled
- Type: Boolean (opens new window)
- Presence: mandatory
- Description: Toggle whether this transformer should be run.
- Example:
enabled = true
TIP
Running StandardRB might increase the number of issues raised by DeepSource's Ruby Analyzer. Please have a look at StandardRB's current base configuration in config/base.yml (opens new window) and making relevant changes to your .rubocop.yml
file. More info can be found out here (opens new window).
← StandardJS YAPF →