Cargo.toml (3 lines): - line 49: # TODO: Update if we upgrade tree-sitter to >=0.21 - line 52: # TODO: Update after: https://github.com/alex-pinkus/tree-sitter-swift/issues/278 resolves - line 57: # TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands src/cleanup_rules/swift/rules.toml (2 lines): - line 570: # TODO: Track https://github.com/alex-pinkus/tree-sitter-swift/issues/303 to remove this hack - line 594: # TODO: Track https://github.com/alex-pinkus/tree-sitter-swift/issues/303 to remove this hack src/cleanup_rules/go/rules.toml (2 lines): - line 400: # TODO: rules and edges for "if with short statement" - line 405: # TODO: we need a different rule for `nil != err` src/models/rule_store.rs (1 line): - line 128: //FIXME: Dirty trick to remove true and false. Ideally, grep heuristic could be a field in itself for a rule. src/models/default_configs.rs (1 line): - line 44: //FIXME: Remove this hack by not passing PiranhaArguments to SourceCodeUnit src/models/piranha_arguments.rs (1 line): - line 352: // TODO: Move to `PiranhaArgumentBuilder`'s _validate - https://github.com/uber/piranha/issues/387 src/cleanup_rules/java_cs/rules.toml (1 line): - line 600: # TODO: Add field filter src/cleanup_rules/java/rules.toml (1 line): - line 692: # TODO: Add field filter src/models/language.rs (1 line): - line 34: /// The extension of the language FIXME: - https://github.com/uber/piranha/issues/365 src/cleanup_rules/kt/rules.toml (1 line): - line 694: # TODO: Add field filter