You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am copying Fudge into our mobans repository - it is only two files, and this means we can pin our version to a development version - and it is distributed from there to all of the coala repositories.
Three tweaks that would help.
Remove trailing whitespace : Remove trailing whitespace #72 While I am excluding the Fudge files from most of our linter rules, the one rule which I dont like to exclude files from is the 'no trailing whitespace' rule. Trailing whitespace causes git rebase to emit confusing messages, even when the rebase is not touching the files which have trailing whitespace.
Allowing FudgeTools.psm1 to reside in the same directory as Fudge.ps1 , removing the need for a Modules subdirectory containing only a single file.
The version Fudge reports is Fudge v$version$, likely because it couldnt find the correct version to report. The quick fix is to not report a version when there is no real version for the code being executed.
The text was updated successfully, but these errors were encountered:
The $version$ is a placeholder that gets stamped in during release packaging. To be honest I've been thinking about removing the version messages, and have a -version parameter for Fudge (with the version hard-coded, and updated just prior to a release).
I am copying Fudge into our mobans repository - it is only two files, and this means we can pin our version to a development version - and it is distributed from there to all of the coala repositories.
Three tweaks that would help.
git rebase
to emit confusing messages, even when the rebase is not touching the files which have trailing whitespace.Modules
subdirectory containing only a single file.Fudge v$version$
, likely because it couldnt find the correct version to report. The quick fix is to not report a version when there is no real version for the code being executed.The text was updated successfully, but these errors were encountered: