YIO-Remote / remote-software

💎 YIO Remote Software repository
GNU General Public License v3.0
164 stars 21 forks source link

Update cpplint to 1.5.2 or newer to fix Qt signal false positives #521

Closed zehnm closed 3 years ago

zehnm commented 3 years ago

Expected Behavior or Design

cpplint correctly handles Qt signal and slot definitions in header files and doesn't mark them as errors.

Current Behavior or Design

public slots: must be marked with // NOLINT to disable the false positive.

Possible Solution

Upgrade cpplint to 1.5.2.

Detailed Description and Additional Information