Adds minor formatting edits to README.md

pull/238/head
rajeevgopalakrishna 6 years ago
parent d2422dc649
commit 92792bcdb3
  1. 4
      utils/slither_format/README.md

@ -19,8 +19,8 @@ Slither detectors highlight names, context and source-mapping of code constructs
+ Enum names are converted to CapWords in enum declarations and uses
+ State variables:
+ If constant, are converted to UPPERCASE
+ If private, are converted to mixedCase with underscore
+ If not private, are converted to mixedCase
+ If private, are converted to mixedCase with underscore
+ If not private, are converted to mixedCase
+ Function names are converted to mixedCase in function definitions and calls
+ Function parameters are converted to CapWords beginning with underscores in parameter declaration and uses
+ Function modifiers are converted to mixedCase in modifier definitions and calls

Loading…
Cancel
Save