FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Spelling by jsoref · Pull Request #404 · github/codeql-action · GitHub

Spelling - #404

Merged
aeisenberg merged 1 commit into
github:mainfrom
jsoref:spelling
Mar 18, 2021
Merged

aeisenberg merged 1 commit into
github:mainfrom
jsoref:spelling

Conversation

jsoref commented Feb 28, 2021

Copy link
Copy Markdown
Contributor

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@525c790#commitcomment-47650569

The action reports that the changes in this PR would make it happy: jsoref@42808db

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

Comment thread lib/analysis-paths.js
if ((config.paths.length !== 0 || config.pathsIgnore.length !== 0) &&
!config.languages.every(isInterpretedLanguage)) {
logger.warning('The "paths"/"paths-ignore" fields of the config only have effect for Javascript and Python');
logger.warning('The "paths"/"paths-ignore" fields of the config only have effect for JavaScript and Python');

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is a brand

Comment thread lib/codeql.test.js
});
});
ava_1.default('download codeql bundle cache with pinned different version cached if "latests" tools specified', async (t) => {
ava_1.default('download codeql bundle cache with pinned different version cached if "latest" tools specified', async (t) => {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I can understand this being intentional, I don't think it's a valuable spelling divergence.

Comment thread lib/init.js
logger.startGroup("Setup Python dependencies");
const scriptsFolder = path.resolve(__dirname, "../python-setup");
// Setup tools on the Github hosted runners
// Setup tools on the GitHub hosted runners

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is a brand

Comment thread lib/util.js
* Removes any API prefix or suffix if one is present.
*/
function parseGithubUrl(inputUrl) {
function parseGitHubUrl(inputUrl) {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This is clearly an API, but if it's an internal API, then it's worth changing.

If it's from an upstream library, I'd be more than happy to try to get it changed.

I can also easily drop the API change from the general brand change -- just let me know.

Comment thread src/sarif_v2.1.0_schema.json Outdated

aeisenberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks for submitting your PR! Most of your changes look reasonable.

You need to re-run npm run build in order to get all the compiled javascript corrected. Also, see my comment about removing the changes to the sarif spec file.

Comment thread src/sarif_v2.1.0_schema.json Outdated

jsoref commented Mar 1, 2021

Copy link
Copy Markdown
Contributor Author

@aeisenberg: yeah, I've already made the PR to them; dropped here. Updated the map.

I also have a set on en_US changes which I imagined might be controversial, so I left them out of this PR.
jsoref/github-codeql-action@spelling...en-us

This repository appears to have a mix of en_US/en_GB. I generally encourage repositories to use only one flavor of English... I can offer a PR to adopt either flavor.

Copy link
Copy Markdown
Contributor

Failing build checks are unrelated to this change and are fixed in main.

Copy link
Copy Markdown
Contributor

This repository appears to have a mix of en_US/en_GB. I generally encourage repositories to use only one flavor of English... I can offer a PR to adopt either flavor.

I don't think we have a policy on this. Feel free to open a separate PR and we can discuss.

spelling: executable
spelling: github
spelling: javascript
spelling: latest
spelling: occurred
spelling: parameter

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

Copy link
Copy Markdown
Contributor

Rebased and squashed.

aeisenberg merged commit c4fced7 into github:main Mar 18, 2021
jsoref deleted the spelling branch March 18, 2021 17:14
github-actions Bot mentioned this pull request Mar 22, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL