Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 585 Bytes

NoDef.md

File metadata and controls

15 lines (9 loc) · 585 Bytes

Pattern: Use of def keyword

Issue: -

Description

Do not allow using the def keyword in code. Use a specific type instead.

Property Description Default Value
excludeRegex Regular expression describing names of attributes, parameters or methods that could be precede by the def keyword. ``

Further Reading