This enables more efficient backends. See the docstring of
'flymake-diagnostic-functions' or the Flymake manual for details.
+** Ruby
+
+*** The Rubocop Flymake diagnostic function will only run Lint cops if
+it can't find the config file.
+
** Package
*** New function 'package-get-version' lets packages query their own version.
(defcustom ruby-flymake-use-rubocop-if-available t
"Non-nil to use the RuboCop Flymake backend.
-Only takes effect if RuboCop is installed."
+Only takes effect if RuboCop is installed.
+
+If there is no Rubocop config file, Rubocop will be passed a flag
+'--lint' to only show syntax errors and important problems."
:version "26.1"
:type 'boolean
:safe 'booleanp)