Skip to content

Commit ec7fb7c

Browse files
committed
lint all the files
so that the `lint.yml` workflow passes
1 parent 3cdb08c commit ec7fb7c

File tree

98 files changed

+118
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+118
-123
lines changed

.github/labeler.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ CI:
1414
enhancement:
1515
- "src/*.jl"
1616
- "./*"
17-
18-
19-
20-
21-

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: CompatHelper.main()
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
run: julia -e 'using CompatHelper; CompatHelper.main()'
15+
run: julia -e 'using CompatHelper; CompatHelper.main()'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ docs/build
1212
venv
1313
*.pyc
1414
tmp
15-
gen_resources/build
15+
gen_resources/build

gen_resources/generate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ build_dir = joinpath(@__DIR__, "build")
1818

1919
artifact_file = joinpath(@__DIR__, "..", "Artifacts.toml")
2020

21-
generate(ARGS, sources, build_dir, artifact_file)
21+
generate(ARGS, sources, build_dir, artifact_file)

gen_resources/generator/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ function arg_docstring(prop_name, type_object, required, description, indent_num
185185
")",
186186
isempty(description) ? "" : string(": ", description)
187187
)
188-
end
188+
end

gen_resources/generator/dash.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ function components_module_resources(module_name; name, prefix, metadata_file)
157157
)
158158

159159
return meta
160-
end
160+
end

gen_resources/generator/deploy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ function upload_to_releases(repo_name, tag, tarball_path; attempts = 3)
152152
end
153153
end
154154
error("Unable to upload $(tarball_path) to GitHub repo $(repo_name) on tag $(tag)")
155-
end
155+
end

gen_resources/generator/generator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ function generate(ARGS, sources, build_dir, artifact_file)
8383
end
8484
@info "resource generation done!"
8585

86-
end
86+
end

gen_resources/generator/github.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ function obtain_token(; outs=stdout, github_api=GitHub.DEFAULT_API)
112112

113113
return token
114114
end
115-
end
115+
end

gen_resources/generator/gitutils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ function with_gitcreds(f, username::AbstractString, password::AbstractString)
6666
finally
6767
Base.shred!(creds)
6868
end
69-
end
69+
end

0 commit comments

Comments
 (0)