Code Climate CLI
docker
quality
static-code-analysis
static-analysis
code-quality
codeclimate
codeclimate-engine
climate-cli
-
Updated
Sep 2, 2020 - Ruby
What is the problem?
When visiting a page whose availability is determined from the server state, there is a time lag before the response is shown to the user.
Your solution
We can show an intermediate loading page to let users know that we have received the request and the server is validating the page access request.
Alternatives considered
Currently, an empty page is shown.