Skip to content

Commit

Permalink
Merge pull request flycheck#1807 from Sasanidas/patch-1
Browse files Browse the repository at this point in the history
Change rubocop url
  • Loading branch information
marsam authored Nov 5, 2020
2 parents c593f2c + f543168 commit 79c9245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/languages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ to view the docstring of the syntax checker. Likewise, you may use

.. syntax-checker:: ruby-rubocop

Check syntax and lint with `RuboCop <http://batsov.com/rubocop/>`_.
Check syntax and lint with `RuboCop <https://rubocop.org/>`_.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -11062,7 +11062,7 @@ report style issues as well."

You need at least RuboCop 0.34 for this syntax checker.

See URL `http://batsov.com/rubocop/'."
See URL `https://rubocop.org/'."
;; ruby-standard is defined based on this checker
:command '("rubocop"
"--display-cop-names"
Expand Down

0 comments on commit 79c9245

Please sign in to comment.