Skip to content

Commit

Permalink
Bump to devel (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Sep 16, 2022
1 parent 5276c37 commit 70e95dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lintr
Title: A 'Linter' for R Code
Version: 3.0.1
Version: 3.0.1.9000
Authors@R: c(
person("Jim", "Hester", , "james.f.hester@gmail.com", role = c("aut", "cre")),
person("Florent", "Angly", role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# lintr (development version)

# lintr 3.0.1

* Skip multi-byte tests in non UTF-8 locales (#1504)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/checkstyle.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="lintr-3.0.0.9000">
<checkstyle version="lintr-3.0.1.9000">
<file name="test_file">
<error line="1" column="2" severity="error" message="foo"/>
<error line="2" column="1" severity="info" message="bar"/>
Expand Down

0 comments on commit 70e95dd

Please sign in to comment.