diff options
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index dc1b0f8e2da..1c7df7e35a2 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -2314,12 +2314,14 @@ See `font-lock-syntax-table'.") | |||
| 2314 | (defcustom ruby-flymake-use-rubocop-if-available t | 2314 | (defcustom ruby-flymake-use-rubocop-if-available t |
| 2315 | "Non-nil to use the Rubocop Flymake backend. | 2315 | "Non-nil to use the Rubocop Flymake backend. |
| 2316 | Only takes effect if Rubocop is installed." | 2316 | Only takes effect if Rubocop is installed." |
| 2317 | :version "26.1" | ||
| 2317 | :type 'boolean | 2318 | :type 'boolean |
| 2318 | :group 'ruby | 2319 | :group 'ruby |
| 2319 | :safe 'booleanp) | 2320 | :safe 'booleanp) |
| 2320 | 2321 | ||
| 2321 | (defcustom ruby-rubocop-config ".rubocop.yml" | 2322 | (defcustom ruby-rubocop-config ".rubocop.yml" |
| 2322 | "Configuration file for `ruby-flymake-rubocop'." | 2323 | "Configuration file for `ruby-flymake-rubocop'." |
| 2324 | :version "26.1" | ||
| 2323 | :type 'string | 2325 | :type 'string |
| 2324 | :group 'ruby | 2326 | :group 'ruby |
| 2325 | :safe 'stringp) | 2327 | :safe 'stringp) |