<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="19" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[19]</anchor-end> 
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">構文</anchor>検査器に対する<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">指令</anchor>を<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">プログラミング言語</anchor>等の<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">注釈</anchor>の形で記述させる<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">構文</anchor>がいろいろあります。</p><section><h1>指令 (<code># spellcheck</code>)</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">Directive · koalaman/shellcheck Wiki · GitHub</cite>, <time>2025-11-04T06:54:40.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/koalaman/shellcheck/wiki/Directive">https://github.com/koalaman/shellcheck/wiki/Directive</anchor-external></p></section><section><h1><code># noqa</code>, <code># flake8:noqa</code>, <code># nopep8</code>, <code>#:PEP8</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> 
<cite xml:lang="en">Selecting and Ignoring Violations — flake8 7.3.0 documentation</cite>, <time>2025-06-20T19:32:12.000Z</time>, <time>2025-11-04T07:00:17.423Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://flake8.pycqa.org/en/latest/user/violations.html#in-line-ignoring-errors">https://flake8.pycqa.org/en/latest/user/violations.html#in-line-ignoring-errors</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[6]</anchor-end> 
<cite xml:lang="en">python - How do I get Pyflakes to ignore a statement? - Stack Overflow</cite>, <time>2025-11-04T07:05:13.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://stackoverflow.com/questions/5033727/how-do-i-get-pyflakes-to-ignore-a-statement">https://stackoverflow.com/questions/5033727/how-do-i-get-pyflakes-to-ignore-a-statement</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> 
<cite xml:lang="en">What does '# noqa' mean in Python comments? - Stack Overflow</cite>, <time>2025-11-04T06:59:40.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://stackoverflow.com/questions/45346575/what-does-noqa-mean-in-python-comments">https://stackoverflow.com/questions/45346575/what-does-noqa-mean-in-python-comments</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> 
<cite xml:lang="ja">flake8-respect-noqa · PyPI</cite>, <time>2025-11-04T07:06:46.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://pypi.org/project/flake8-respect-noqa/">https://pypi.org/project/flake8-respect-noqa/</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="7" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[7]</anchor-end> <cite xml:lang="en">replace &quot;# nopep8&quot; with &quot;# noqa&quot; · Issue #149 · PyCQA/pycodestyle</cite>, <time>2025-11-04T07:09:04.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/PyCQA/pycodestyle/issues/149">https://github.com/PyCQA/pycodestyle/issues/149</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="8" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[8]</anchor-end> <cite xml:lang="en">Ability to change PEP8 flags on the fly in source file via inline comments by smira · Pull Request #27 · PyCQA/pycodestyle · GitHub</cite>, <time>2025-11-04T07:10:15.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/PyCQA/pycodestyle/pull/27/files">https://github.com/PyCQA/pycodestyle/pull/27/files</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="10" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[10]</anchor-end> 
<cite xml:lang="en">What does &quot;noqa&quot; mean? · Issue #476 · PyCQA/pycodestyle</cite>, <time>2025-11-04T07:17:47.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/PyCQA/pycodestyle/issues/476">https://github.com/PyCQA/pycodestyle/issues/476</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[9]</anchor-end> 
関連: <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">PEP8</anchor></p></section><section><h1><code>jshint</code>, <code>globals</code>, <code>jslint</code>, <code>exported</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="5" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[5]</anchor-end> <cite xml:lang="en">JSHint Documentation</cite>, <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Anton Kovalyov</anchor>, <time>2022-11-11T19:12:44.000Z</time>, <time>2025-11-04T07:02:31.207Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://jshint.com/docs/#inline-configuration">https://jshint.com/docs/#inline-configuration</anchor-external></p></section><section><h1>設定注釈 (<code>/* <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">eslint</anchor> */</code>), <code>eslint-disable</code>, <code>eslint-enable</code>, <code>eslint-disable-next-line</code>, <code>eslint-disable-line</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="11" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[11]</anchor-end> 
<cite xml:lang="en">Configure Rules - ESLint - Pluggable JavaScript Linter</cite>, <time>2025-11-04T07:20:52.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://eslint.org/docs/latest/use/configure/rules#using-configuration-comments">https://eslint.org/docs/latest/use/configure/rules#using-configuration-comments</anchor-external></p></section><section><h1><code>//noinspection</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="12" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[12]</anchor-end> <cite>ITech notes: //noinspection в IntelliJ IDEA</cite>, <time>2025-10-28T12:13:30.000Z</time>, <time>2025-11-04T07:51:44.456Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://itech-notes.blogspot.com/2012/07/noinspection-intellij-idea.html">https://itech-notes.blogspot.com/2012/07/noinspection-intellij-idea.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="14" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[14]</anchor-end> <cite xml:lang="ja">AndroidStudio で `@SuppressWarnings` を自動挿入する #Java - Qiita</cite>, <time>2025-11-04T07:52:47.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://qiita.com/s_of_p/items/7c93bd93777e71aee5fc">https://qiita.com/s_of_p/items/7c93bd93777e71aee5fc</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="13" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[13]</anchor-end> 関連: <code>@noinspection</code>,
<code>@Suppress</code></p></section><section><h1><code># type:</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="17" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[17]</anchor-end> <cite xml:lang="en">PEP 484 – Type Hints | peps.python.org</cite>, <time>2025-11-03T20:20:41.000Z</time>, <time>2025-11-04T08:33:24.399Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://peps.python.org/pep-0484/#type-comments">https://peps.python.org/pep-0484/#type-comments</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="15" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[15]</anchor-end> <cite xml:lang="en">Type inference and type annotations - mypy 1.18.2 documentation</cite>, <time>2025-09-19T00:06:55.000Z</time>, <time>2025-11-04T08:29:58.403Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://mypy.readthedocs.io/en/stable/type_inference_and_annotations.html#silencing-type-errors">https://mypy.readthedocs.io/en/stable/type_inference_and_annotations.html#silencing-type-errors</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="18" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[18]</anchor-end> 
<cite xml:lang="en">PEP 526 – Syntax for Variable Annotations | peps.python.org</cite>, <time>2025-11-03T20:20:41.000Z</time>, <time>2025-11-04T08:35:16.112Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://peps.python.org/pep-0526/">https://peps.python.org/pep-0526/</anchor-external></p></section><section><h1><code># pylint: disable=</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="16" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[16]</anchor-end> <cite xml:lang="en">Messages control - Pylint 4.1.0-dev0 documentation</cite>, <time>2025-11-04T06:12:10.000Z</time>, <time>2025-11-04T08:31:33.181Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html">https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html</anchor-external></p></section><section><h1><code>##no critic</code></h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="20" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[20]</anchor-end> 
<cite xml:lang="en-US">Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic - Forbid a bare ## no critic - metacpan.org</cite>, <time>2025-11-27T14:30:53.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://metacpan.org/pod/Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic">https://metacpan.org/pod/Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic</anchor-external></p></section><section><h1>関連</h1><p><sw-see xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:"> <anchor>構文ハイライト</anchor> </sw-see></p></section><section><h1>メモ</h1></section></body></html>