From a3df474339fa993abc62185d719dd22f063ddf9c Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 5 May 2021 15:42:12 +0100 Subject: [PATCH] docs(changelog): use quoting to avoid `rst` violations [skip ci] --- CHANGELOG.md | 4 ++-- docs/CHANGELOG.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4b9d3..9242d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7cccf28..759613b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -273,13 +273,13 @@ Bug Fixes * **rubocop:** add an empty line after magic comments (\ ` `_\ ) * **rubocop:** add empty line after guard clause (\ ` `_\ ) * **rubocop:** avoid comma after the last item of a hash (\ ` `_\ ) -* **rubocop:** do not prefix reader method names with get_ (\ ` `_\ ) +* **rubocop:** do not prefix reader method names with ``get_`` (\ ` `_\ ) * **rubocop:** extra empty line detected at block body end (\ ` `_\ ) * **rubocop:** extra empty line detected at class body end (\ ` `_\ ) * **rubocop:** favor modifier if usage when having a single-line body (\ ` `_\ ) * **rubocop:** missing magic comment “frozen_string_literal: true” (\ ` `_\ ) * **rubocop:** prefer single-quoted strings and split too long line (\ ` `_\ ) -* **rubocop:** remove “is_” prefix from predicate name (\ ` `_\ ) +* **rubocop:** remove ``is_`` prefix from predicate name (\ ` `_\ ) * **rubocop:** simplify complex methods (\ ` `_\ ) * **rubocop:** the name of source file should use snake_case (\ ` `_\ ) * **rubocop:** unnecessary utf-8 encoding comment (\ ` `_\ )