Skip to content

Commit

Permalink
chore: fix minor code inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremFooBar committed Dec 20, 2022
1 parent c996bd8 commit fb6ec1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ReportGenerator.AzureBlobHistoryStorage.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=HISTORYCONTAINERURL/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=REPOSITORYNAME/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=SOURCEDIRECTORY/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=WRITESASTOKEN/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public PluginOptions(IReadOnlyDictionary<string, string> commandLineArguments)
public string HistoryContainerUrl { get; }
public string WriteSasToken { get; }
public string RepositoryName { get; }
public string? SourceDirectory { get; set; }
public string? SourceDirectory { get; }
public bool Debug { get; }
}

Expand Down

0 comments on commit fb6ec1d

Please sign in to comment.