Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

Obfuscation rule for SonarQube

Custom rule that scans code for special constructions that might be broken after obfuscation

Checks

As of now available rule with checks for annotations @RequestParam, @PathParam, @QueryParam without explicitly set name

Supported Version

Currently supported SonarQube version 6.3+

License

Apache License 2.0
See LICENSE file for more information