Therzok / MonoDevelop.Analyzers

Set of analyzers that can be used when working on MonoDevelop (and its dependencies)
MIT License
2 stars 2 forks source link

FilePath.HasExtension requires a dot prefixed literal #31

Open Therzok opened 4 years ago

Therzok commented 4 years ago

If we're passing a literal string (or a constant), it should be dot-prefixed. Flag when it is not the case.