Skip to content

fix label with stap decimal #378

fix label with stap decimal

fix label with stap decimal #378

Triggered via push February 20, 2024 20:01
Status Success
Total duration 2m 14s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: R/geopressure_timeseries.R#L145
file=R/geopressure_timeseries.R,line=145,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 101 characters.
lint: R/geopressureviz.R#L154
file=R/geopressureviz.R,line=154,col=7,[object_usage_linter] local variable 'file_wind' assigned but may not be used
lint: R/rast.map.R#L29
file=R/rast.map.R,line=29,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint: R/tag_download_wind.R#L10
file=R/tag_download_wind.R,line=10,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 101 characters.
lint: R/tag_download_wind.R#L35
file=R/tag_download_wind.R,line=35,col=101,[line_length_linter] Lines should not be more than 100 characters. This line is 102 characters.
lint: R/twilight_create.R#L91
file=R/twilight_create.R,line=91,col=32,[seq_linter] nrow(...):1 is likely to be wrong in the empty edge case. Use rev(seq_len(nrow(...))) instead.