Skip to content

Conversation

abhishekblue
Copy link
Contributor


type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:

  • task: run_javascript_examples
    status: na
  • task: run_c_examples
    status: na
  • task: run_cpp_examples
    status: na
  • task: run_javascript_readme_examples
    status: na
  • task: run_c_benchmarks
    status: na
  • task: run_cpp_benchmarks
    status: na
  • task: run_fortran_benchmarks
    status: na
  • task: run_javascript_benchmarks
    status: na
  • task: run_julia_benchmarks
    status: na
  • task: run_python_benchmarks
    status: na
  • task: run_r_benchmarks
    status: na
  • task: run_javascript_tests
    status: na

Resolves #5361.

Description

What is the purpose of this pull request?

This pull request:

  • Fixes EditorConfig lint errors in the stdlib repository as described in issue Fix EditorConfig lint errors #5361.
  • Updates the configuration file(s) (e.g., .editorconfig or related files) to ensure consistent linting and coding standards across the project.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. Needs Review A pull request which needs code review. labels Feb 22, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Feb 22, 2025

Coverage Report

Package Statements Branches Functions Lines
stats/fligner-test $\color{red}485/488$
$\color{green}+99.39\%$
$\color{red}67/69$
$\color{green}+97.10\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{red}485/488$
$\color{green}+99.39\%$

The above coverage report was generated for the changes in this PR.

@abhishekblue abhishekblue changed the title removed trailing space style(lint): remove trailing spaces Feb 22, 2025
---
type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:
  - task: run_javascript_examples
    status: na
  - task: run_c_examples
    status: na
  - task: run_cpp_examples
    status: na
  - task: run_javascript_readme_examples
    status: na
  - task: run_c_benchmarks
    status: na
  - task: run_cpp_benchmarks
    status: na
  - task: run_fortran_benchmarks
    status: na
  - task: run_javascript_benchmarks
    status: na
  - task: run_julia_benchmarks
    status: na
  - task: run_python_benchmarks
    status: na
  - task: run_r_benchmarks
    status: na
  - task: run_javascript_tests
    status: na
---

---
type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:
  - task: run_javascript_examples
    status: na
  - task: run_c_examples
    status: na
  - task: run_cpp_examples
    status: na
  - task: run_javascript_readme_examples
    status: na
  - task: run_c_benchmarks
    status: na
  - task: run_cpp_benchmarks
    status: na
  - task: run_fortran_benchmarks
    status: na
  - task: run_javascript_benchmarks
    status: na
  - task: run_julia_benchmarks
    status: na
  - task: run_python_benchmarks
    status: na
  - task: run_r_benchmarks
    status: na
  - task: run_javascript_tests
    status: na
---
@abhishekblue abhishekblue force-pushed the fix/EditorConfig-lint-errors-5361 branch from e31aed3 to 0ce276e Compare February 22, 2025 09:12
@kgryte kgryte changed the title style(lint): remove trailing spaces style: remove trailing whitespace Feb 22, 2025
@kgryte kgryte added Documentation Improvements, additions, or changes to documentation. and removed Needs Review A pull request which needs code review. labels Feb 22, 2025
@kgryte kgryte merged commit 46a71fb into stdlib-js:develop Feb 22, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements, additions, or changes to documentation. Statistics Issue or pull request related to statistical functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors
3 participants