We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A quick spot check shows some files whose instruction comment does not match the actual location, for example:
Wrong filenames:
machine-setup/dev_environments/ruby.ps1
Line 2 in 677de66
machine-setup/dev_environments/swift.ps1
Line 2 in 816800d
Wrong directory:
machine-setup/dev_environments/elixir.ps1
As more files are copied-and-pasted, I guess this may be become more common - and I think I've seen a commit or two fixing other inconsistencies...
Might it be worth either automating a check, or automating code to set line 2 of every script?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A quick spot check shows some files whose instruction comment does not match the actual location, for example:
Wrong filenames:
machine-setup/dev_environments/ruby.ps1
Line 2 in 677de66
machine-setup/dev_environments/swift.ps1
Line 2 in 816800d
Wrong directory:
machine-setup/dev_environments/elixir.ps1
Line 2 in 677de66
As more files are copied-and-pasted, I guess this may be become more common - and I think I've seen a commit or two fixing other inconsistencies...
Might it be worth either automating a check, or automating code to set line 2 of every script?
The text was updated successfully, but these errors were encountered: