Skip to content

Commit 9d93212

Browse files
committed
Update metadata
1 parent 13f462c commit 9d93212

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

descr

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NEAL: Automate your code reviews with custom syntactic rules
2+
3+
NEAL (Not Exactly A Linter) is a language-independent code analysis tool that aims to enable more people to write quality enforcement rules.
4+

src/opam/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
description = "Not Exactly A Linter"
2-
version = "0.1.0"
1+
description = "Automate your code reviews with custom syntactic rules"
2+
version = "0.2.2"
33

44
package "fs" (
55
requires = "core str"

src/opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "1.2"
22
name: "neal"
33
version: "0.2.2"
44
maintainer: "Tadeu Zagallo <[email protected]>"
5-
authors: [ "Tadeu Zagallo <[email protected]>" ]
5+
author: "Tadeu Zagallo <[email protected]>"
66
license: "MIT"
77
dev-repo: "https://github.com/uber/NEAL.git"
88
bug-reports: "https://github.com/uber/neal/issues"

0 commit comments

Comments
 (0)