Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
631e0a2a
"src/objective/vscode:/vscode.git/clone" did not exist on "61ec4f1aa215ca3381e7b79e98f002dc0c021d77"
Unverified
Commit
631e0a2a
authored
Mar 18, 2024
by
James Lamb
Committed by
GitHub
Mar 18, 2024
Browse files
[ci] prevent trailing whitespace, ensure files end with newline (#6373)
parent
6a1ec444
Changes
34
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
47 additions
and
37 deletions
+47
-37
.ci/install-clang-devel.sh
.ci/install-clang-devel.sh
+1
-1
.pre-commit-config.yaml
.pre-commit-config.yaml
+10
-0
R-package/LICENSE
R-package/LICENSE
+1
-1
R-package/cran-comments.md
R-package/cran-comments.md
+1
-1
SECURITY.md
SECURITY.md
+1
-1
build-cran-package.sh
build-cran-package.sh
+1
-1
docs/Advanced-Topics.rst
docs/Advanced-Topics.rst
+4
-4
docs/Features.rst
docs/Features.rst
+1
-1
docs/GPU-Targets.rst
docs/GPU-Targets.rst
+3
-3
docs/GPU-Tutorial.rst
docs/GPU-Tutorial.rst
+1
-1
docs/Key-Events.md
docs/Key-Events.md
+1
-1
docs/Makefile
docs/Makefile
+1
-1
docs/_static/images/artifacts-download.svg
docs/_static/images/artifacts-download.svg
+1
-1
docs/_static/images/artifacts-fetching.svg
docs/_static/images/artifacts-fetching.svg
+1
-1
docs/_static/images/artifacts-not-available.svg
docs/_static/images/artifacts-not-available.svg
+1
-1
docs/_static/images/dask-concat.svg
docs/_static/images/dask-concat.svg
+1
-1
docs/_static/images/dask-initial-setup.svg
docs/_static/images/dask-initial-setup.svg
+1
-1
examples/README.md
examples/README.md
+4
-4
examples/binary_classification/train.conf
examples/binary_classification/train.conf
+6
-6
examples/binary_classification/train_linear.conf
examples/binary_classification/train_linear.conf
+6
-6
No files found.
.ci/install-clang-devel.sh
View file @
631e0a2a
.pre-commit-config.yaml
View file @
631e0a2a
# exclude files which are auto-generated by build tools
exclude
:
|
exclude
:
|
(?x)^(
(?x)^(
build|
build|
...
@@ -5,8 +6,17 @@ exclude: |
...
@@ -5,8 +6,17 @@ exclude: |
lightgbm-python|
lightgbm-python|
lightgbm_r|
lightgbm_r|
)$
)$
|R-package/configure$
|R-package/inst/Makevars$
|R-package/inst/Makevars.win$
|R-package/man/.*Rd$
repos
:
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.5.0
hooks
:
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
repo
:
https://github.com/pycqa/isort
-
repo
:
https://github.com/pycqa/isort
rev
:
5.13.2
rev
:
5.13.2
hooks
:
hooks
:
...
...
R-package/LICENSE
View file @
631e0a2a
R-package/cran-comments.md
View file @
631e0a2a
SECURITY.md
View file @
631e0a2a
build-cran-package.sh
View file @
631e0a2a
docs/Advanced-Topics.rst
View file @
631e0a2a
docs/Features.rst
View file @
631e0a2a
docs/GPU-Targets.rst
View file @
631e0a2a
docs/GPU-Tutorial.rst
View file @
631e0a2a
docs/Key-Events.md
View file @
631e0a2a
docs/Makefile
View file @
631e0a2a
docs/_static/images/artifacts-download.svg
View file @
631e0a2a
docs/_static/images/artifacts-fetching.svg
View file @
631e0a2a
docs/_static/images/artifacts-not-available.svg
View file @
631e0a2a
docs/_static/images/dask-concat.svg
View file @
631e0a2a
docs/_static/images/dask-initial-setup.svg
View file @
631e0a2a
examples/README.md
View file @
631e0a2a
examples/binary_classification/train.conf
View file @
631e0a2a
examples/binary_classification/train_linear.conf
View file @
631e0a2a
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment