diff options
Diffstat (limited to 'devel/go-critic/pkg-descr')
-rw-r--r-- | devel/go-critic/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/go-critic/pkg-descr b/devel/go-critic/pkg-descr new file mode 100644 index 000000000000..2d60ec0876d6 --- /dev/null +++ b/devel/go-critic/pkg-descr @@ -0,0 +1,7 @@ +Highly extensible Go source code linter providing checks currently +missing from other linters. Features: + + - Almost 100 diagnostics that check for bugs, performance and style issues + - Extensible without re-compilation with dynamic rules + - Includes #opinionated checks with very strict and specific requirements + - Self-documented: gocritic doc <checkname> gives a checker description |