You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check command will look up a given solidarity check JSON, and run it.
Basically like storing you .solidarity files on the cloud. This lets you take care of everything without having a local file. Great for checking non-project based environments.
example 1:
solidarity check react-native
# Checks if your machine is ready for react-native
example 2:
solidarity check http://www.nachos.com/myFile.txt
# Takes a URI to a file
The text was updated successfully, but these errors were encountered:
* starting check option
* primed to move functionality down to function
* shifting getSettings to async + tests
* basic solidarity setup
* properly parse json5 strings
* move check to stack
* now uses Solidarity Stacks repo
* fix shortcut and help
* verbiage chage
* no more local file
* fix folder flag
* fixing up tests
* break out helpers and write tests
* fix for tsc
* no more check folder
* adding CLI Options docs
* fix silent bug
* fix naming collision
* fix up tests
Closes#213
Check command will look up a given solidarity check JSON, and run it.
Basically like storing you
.solidarity
files on the cloud. This lets you take care of everything without having a local file. Great for checking non-project based environments.example 1:
example 2:
The text was updated successfully, but these errors were encountered: