Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into tjanc/purge-sos
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanc authored Aug 11, 2018
2 parents dae7430 + bcee61e commit 6d5b767
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Both the types of Parse Results are available in two different serialization for
OS X using Homebrew:

```sh
$ brew install --HEAD \
https://raw.github.com/apiaryio/drafter/master/tools/homebrew/drafter.rb
$ brew install drafter
```

[AUR package](https://aur.archlinux.org/packages/drafter/) for Arch Linux.
Expand Down
3 changes: 1 addition & 2 deletions tools/clang-format-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function report_error () {
exit 1;
}

clang-format --version | cut -d ' ' -f 3 | grep -q "^5\." || (echo "Require clang-format version 5" && exit 1)
clang-format --version | cut -d ' ' -f 3 | grep -q "^5\." || (echo "Requires clang-format version 5" && exit 1)

clang-format -style=file -output-replacements-xml $(git ls-files | grep -e '\.cc$\|\.h$' | grep -v 'ext/boost') | awk '/\<replacement /{exit 1}' || report_error

18 changes: 0 additions & 18 deletions tools/homebrew/drafter.rb

This file was deleted.

0 comments on commit 6d5b767

Please sign in to comment.