Update Readme

pull/14/head
Josselin 6 years ago
parent a97ea53fbd
commit 8ec219b5e2
  1. 1
      README.md
  2. 2
      slither/detectors/attributes/constant_pragma.py

@ -77,6 +77,7 @@ For more information about printers, see the [Printers documentation](docs/PRINT
Check | Purpose | Severity | Confidence
--- | --- | --- | ---
`--uninitialized`| Detect uninitialized variables | High | High
`--pragma`| Detect if different pragma directives are used | Code Quality | High
## License

@ -11,7 +11,7 @@ class ConstantPragma(AbstractDetector):
"""
ARGUMENT = 'pragma'
HELP = 'Different pragma directives used'
HELP = 'different pragma directives'
CLASSIFICATION = DetectorClassification.CODE_QUALITY

Loading…
Cancel
Save