Skip to content

Commit

Permalink
docs(changelog): use quoting to avoid rst violations [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 5, 2021
1 parent cf93fb1 commit a3df474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@
* **rubocop:** add an empty line after magic comments ([](https://github.com/saltstack-formulas/libvirt-formula/commit/ca963fe))
* **rubocop:** add empty line after guard clause ([](https://github.com/saltstack-formulas/libvirt-formula/commit/1978566))
* **rubocop:** avoid comma after the last item of a hash ([](https://github.com/saltstack-formulas/libvirt-formula/commit/a8c5d31))
* **rubocop:** do not prefix reader method names with get_ ([](https://github.com/saltstack-formulas/libvirt-formula/commit/e7ced7b))
* **rubocop:** do not prefix reader method names with `get_` ([](https://github.com/saltstack-formulas/libvirt-formula/commit/e7ced7b))
* **rubocop:** extra empty line detected at block body end ([](https://github.com/saltstack-formulas/libvirt-formula/commit/f4dcb5a))
* **rubocop:** extra empty line detected at class body end ([](https://github.com/saltstack-formulas/libvirt-formula/commit/fc0af73))
* **rubocop:** favor modifier if usage when having a single-line body ([](https://github.com/saltstack-formulas/libvirt-formula/commit/e3a9716))
* **rubocop:** missing magic comment “frozen_string_literal: true” ([](https://github.com/saltstack-formulas/libvirt-formula/commit/a07dbfb))
* **rubocop:** prefer single-quoted strings and split too long line ([](https://github.com/saltstack-formulas/libvirt-formula/commit/7944e24))
* **rubocop:** remove is_ prefix from predicate name ([](https://github.com/saltstack-formulas/libvirt-formula/commit/c3d20bb))
* **rubocop:** remove `is_` prefix from predicate name ([](https://github.com/saltstack-formulas/libvirt-formula/commit/c3d20bb))
* **rubocop:** simplify complex methods ([](https://github.com/saltstack-formulas/libvirt-formula/commit/2f6bb0e))
* **rubocop:** the name of source file should use snake_case ([](https://github.com/saltstack-formulas/libvirt-formula/commit/fde048a))
* **rubocop:** unnecessary utf-8 encoding comment ([](https://github.com/saltstack-formulas/libvirt-formula/commit/d605400))
Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@ Bug Fixes
* **rubocop:** add an empty line after magic comments (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/ca963fe>`_\ )
* **rubocop:** add empty line after guard clause (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/1978566>`_\ )
* **rubocop:** avoid comma after the last item of a hash (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/a8c5d31>`_\ )
* **rubocop:** do not prefix reader method names with get_ (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/e7ced7b>`_\ )
* **rubocop:** do not prefix reader method names with ``get_`` (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/e7ced7b>`_\ )
* **rubocop:** extra empty line detected at block body end (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/f4dcb5a>`_\ )
* **rubocop:** extra empty line detected at class body end (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/fc0af73>`_\ )
* **rubocop:** favor modifier if usage when having a single-line body (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/e3a9716>`_\ )
* **rubocop:** missing magic comment “frozen_string_literal: true” (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/a07dbfb>`_\ )
* **rubocop:** prefer single-quoted strings and split too long line (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/7944e24>`_\ )
* **rubocop:** remove is_ prefix from predicate name (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/c3d20bb>`_\ )
* **rubocop:** remove ``is_`` prefix from predicate name (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/c3d20bb>`_\ )
* **rubocop:** simplify complex methods (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/2f6bb0e>`_\ )
* **rubocop:** the name of source file should use snake_case (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/fde048a>`_\ )
* **rubocop:** unnecessary utf-8 encoding comment (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/d605400>`_\ )
Expand Down

0 comments on commit a3df474

Please sign in to comment.