#
check
Here are 470 public repositories matching this topic...
Markdown code style linter
-
Updated
Feb 16, 2021 - JavaScript
Hunspell dictionaries in UTF-8
-
Updated
Jan 31, 2021 - JavaScript
virgilwashere
commented
May 22, 2019
Add -h and -V options
Basic getopts version:
#-----------------------------------------------------------------------
# Handle command line arguments
#-----------------------------------------------------------------------
while getopts ":hV" opt
do
# shellcheck disable=SC2214
case "${opt}" in
h|help ) _usage; exit 0 ;;
V|version ) _version; Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
-
Updated
Jan 7, 2020 - Groovy
node
spellcheck
dictionaries
checker
grammar
signature
coverage-badge
check
spelling
spell
coverage-status
hunspell
spellchecker
affix-documents
affix-options
myspell
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Jan 10, 2018 - Vim script
code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.
-
Updated
Feb 25, 2021 - ABAP
Open
Instagram is Taken
6
tonypuglieso
commented
Jan 16, 2020
Hi I was testing the page and it's great, just one thing many times instagram appears as busy but in reality it is not, I don't know if it is a bug or something with isntagran in particular. Thank you so much.
checks ssl certs for a set of domains
-
Updated
Mar 20, 2019 - Shell
An api compatibility inspect gradle plugin.(一个Api兼容性检测的Gradle插件)
-
Updated
Jan 9, 2019 - Groovy
[Deprecated] A react native module to fetch the version of latest app from android playstore or apple app store
-
Updated
Nov 27, 2019 - JavaScript
Open source platform for code review automation ✅
-
Updated
Sep 8, 2020 - TypeScript
Fluent assertions for Python
python
testing
assertions
fluent-interface
check
assertion-library
fluent-assertions
fluent
assertion-framework
-
Updated
Feb 17, 2021 - Python
Make GPU passthrough on notebooks easy and accessible!
-
Updated
Jan 19, 2021 - Shell
check your website for issues with multiple tools and get PDF reports of the results
-
Updated
Dec 21, 2020 - JavaScript
validate-springboot-stater , 与spring框架无缝集成的验证框架
-
Updated
Feb 5, 2021 - Java
Icinga check command for Proxmox VE via API
-
Updated
Jul 31, 2020 - Python
Improve this page
Add a description, image, and links to the check topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the check topic, visit your repo's landing page and select "manage topics."
In cases where a variable is used, the linter should not complain if it is not listed alphabetically.
This is correct:
FOO=something BAR="$FOO or other"This is NOT correct:
BAR="$FOO or other" FOO=somethingWorkaround: