File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 590590 RecursiveAsyncFunction = None
591591 AvoidTooShortNames = None
592592 IndexerAccessorStyleConsistency = None
593- DiscourageStringInterpolationWithStringFormat = None
594593 RedundantNewKeyword = None
595594 FavourNonMutablePropertyInitialization = None
596595 FavourReRaise = None
667666 NoAsyncRunSynchronouslyInLibrary = None
668667 FavourNestedFunctions = None
669668 DisallowShadowing = None
669+ DiscourageStringInterpolationWithStringFormat = None
670670 }
671671
672672// fsharplint:enable RecordFieldNames
Original file line number Diff line number Diff line change 302302 "indentation" : {
303303 "enabled" : false
304304 },
305- "discourageStringInterpolationWithStringFormat" : {
306- "enabled" : false
307- },
308305 "maxCharactersOnLine" : {
309306 "enabled" : false ,
310307 "config" : {
347344 "noAsyncRunSynchronouslyInLibrary" : { "enabled" : true },
348345 "favourNestedFunctions" : { "enabled" : false },
349346 "disallowShadowing" : { "enabled" : false },
347+ "discourageStringInterpolationWithStringFormat" : {
348+ "enabled" : false
349+ },
350350 "hints" : {
351351 "add" : [
352352 " not (a = b) ===> a <> b" ,
You can’t perform that action at this time.
0 commit comments