Skip to content

Commit 0ab1b27

Browse files
authored
add link to analyzer doc
1 parent 54a4271 commit 0ab1b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* `commons-macros` contains implementations of macros used in other modules and reusable macro utilities:
3838
* `MacroCommons` trait with several convenience functions for implementing macros
3939
* `TypeClassDerivation` - implements infrastructure for automatic type class derivation
40-
* `commons-analyzer` - static analyzer for Scala code, i.e. a compiler plugin that enforces various (mostly unrelated) rules and conventions on source code
40+
* [`commons-analyzer`](docs/Analyzer.md) - static analyzer for Scala code, i.e. a compiler plugin that enforces various (mostly unrelated) rules and conventions on source code
4141
* `commons-annotations` - contains annotations used by macros and static analyzer
4242
* `commons-jetty` - Jetty server utilities
4343
* `commons-mongo` - MongoDB utilities for Scala & Java MongoDB drivers, integration with `GenCodec`

0 commit comments

Comments
 (0)