Remove or Fix Ignores
Remove / Fixes ignored parts.
Except for a few things:
-
local_user_hyd_blocandperm_hyd_blocas those are 1:1 "forks" ofhydrated_bloc. -
lines_longer_than_80_charsin string source files. -
invalid_use_of_protected_memberas I don't know how to fix them yet. -
prefer_mixinat two occurrences where the class is correctly used (Added a comment providing the reasoning). -
unnecessary_lambdawhere a tear-off would have broken symmetry between two lines. -
avoid_classes_with_only_static_membersturned off globally for sanity.
Edited by Justin Sauer