Skip to content

Commit

Permalink
Revert "Fix #79 Add CLI frontend for formatting and validating"
Browse files Browse the repository at this point in the history
This reverts commit f9af603.

Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Nov 13, 2017
1 parent f0c7a45 commit c4ce049
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 535 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- add formatting and validation to the docker-langserver binary ([#79](https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/79))
- create a Docker image to run the langauge server ([#189](https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues/189))

### Fixed
Expand Down
63 changes: 0 additions & 63 deletions FORMATTER.md

This file was deleted.

32 changes: 5 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ Supported features:
- code actions
- code completion
- definition
- [diagnostics](https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/master/VALIDATOR.md)
(can be used from the command line)
- diagnostics
- document highlight
- document symbols
- [formatting](https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/master/FORMATTER.md)
(can be used from the command line)
- formatting
- hovers
- rename
- signature help
Expand Down Expand Up @@ -55,29 +53,9 @@ the desired method of communciating with the language server via one
of the three arguments shown below.

```
docker-langserver listen --node-ipc
docker-langserver listen --stdio
docker-langserver listen --socket=<port>
```

The installed binary is not only used for launching the language server. It can
also be used to [format](https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/master/FORMATTER.md)
and [validate](https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/master/VALIDATOR.md)
Dockerfiles as a standalone command line application.
```
> docker-langserver --help
Usage: docker-langserver <command> [<args>]
Options:
-h, --help Output usage information
-v, --version Output version information
Commands:
listen Start the language server
format Format a Dockerfile
lint Validate a Dockerfile
docker-langserver --node-ipc
docker-langserver --stdio
docker-langserver --socket=<port>
```

### Docker Image
Expand Down
168 changes: 0 additions & 168 deletions VALIDATOR.md

This file was deleted.

Loading

0 comments on commit c4ce049

Please sign in to comment.