Skip to content

Commit

Permalink
Release v7.12.2 (#5110)
Browse files Browse the repository at this point in the history
* Drecrement number of expected errors

* Version v7.12.2
  • Loading branch information
lildude committed Dec 11, 2020
1 parent 0cc037b commit 3ef386b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
task :check_grammars do
expected_error_count = 48 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
expected_error_count = 47 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
rm_rf "linguist-grammars"
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
errors_found = output[/the grammar library contains ([0-9]+) errors/, 1].to_i
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.1
7.12.2

0 comments on commit 3ef386b

Please sign in to comment.