Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 297 Bytes

extraction_operator_linter.md

File metadata and controls

11 lines (6 loc) · 297 Bytes

Pattern: Missing use of [[

Issue: -

Description

Checks that the [[ operator is used when extracting a single element from an object, not [ (subsetting) nor $ (interactive use).

Further Reading