literal ======= .. include:: /ref/targets/autogen/descriptions/literal.txt .. contents:: Configuration options --------------------- value ~~~~~ Checks the value of the literal. .. code-block:: yaml search: literal: value: "\"Hello\"" .. code-block:: java :emphasize-lines: 1 String h = "Hello"; String w = "World"; integerValue ~~~~~~~~~~~~ Checks the value of the literal as an integer. The value will be checked using the :doc:`integer` target. .. include:: /ref/targets/partials/searcher.txt