Skip to content

Commit

Permalink
(maint) Disable dupfinder and inspect code
Browse files Browse the repository at this point in the history
There are problems with the loading of their
executables that prevent a successful build.
  • Loading branch information
AdmiringWorm committed Jan 25, 2020
1 parent 80e0d8d commit 604d94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ BuildParameters.SetParameters(context: Context,
repositoryOwner: "chocolatey-community",
repositoryName: "chocolatey-language-server",
appVeyorAccountName: "chocolateycommunity",
shouldRunDupFinder: false, // Unable to run dupFinder due to not finding some kind of external annotations file
shouldRunInspectCode: false, // Same reason as dupe finder
shouldRunCodecov: true,
shouldRunGitVersion: true,
shouldRunDotNetCorePack: true);
Expand Down

0 comments on commit 604d94f

Please sign in to comment.