Skip to content

Unneeded raw String #58505

@asashour

Description

@asashour

For a string without special characters, a raw string is not needed, e.g.

  var x = r'abc';
  var y = r'''
something
''';

I think it is a little distracting to have a raw prefix, while the string is completely fine without it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devexp-linterIssues with the analyzer's support for the linter packagelegacy-area-analyzerUse area-devexp instead.type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions