Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CQ: Trim trailing whitespace #4791

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .cppcheck-suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syntaxError:display/displaydrivers.html
# dist.x86_64-pc-linux-gnu
syntaxError:dist.x86_64-pc-linux-gnu/*

# doc
# doc
syntaxError:doc/*

# docker
Expand All @@ -51,7 +51,7 @@ negativeIndex:imagery/i.atcorr/computations.cpp:1025
syntaxError:include/Makefile
syntaxError:include/VERSION:1

# text files
# text files
syntaxError:INSTALL.md
syntaxError:install-sh
syntaxError:GPL.TXT
Expand Down Expand Up @@ -131,7 +131,7 @@ syntaxError:mswindows/*
invalidFunctionArg:raster/r.sim/simlib/random.c:36
invalidFunctionArg:raster/r.sim/simlib/random.c:57

## Different rules under different ifdef.
## Different rules under different ifdef.
ctuOneDefinitionRuleViolation:raster/r.in.pdal/grassrasterwriter.h:39
syntaxError:raster/rasterintro.html
syntaxError:raster/Makefile:155
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/create-upload-suggestions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ runs:
env:
FORMATTED_URL: >-
[`formatted-${{ steps.tool-name-safe.outputs.tool-name }}`](${{
steps.upload-changes.outputs.artifact-url }})
steps.upload-changes.outputs.artifact-url }})
- name: Fail action if some files were changed
if: >-
${{ (steps.files_changed.outputs.files_changed == 'true') &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
--min-success 100 --config .github/workflows/macos_gunittest.cfg
env:
SampleData: "https://grass.osgeo.org/sampledata/north_carolina/\
nc_spm_full_v2alpha2.tar.gz"
nc_spm_full_v2alpha2.tar.gz"
- name: Make HTML test report available
if: ${{ !cancelled() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion lib/fonts/fonts/cyrilc.hmp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
2801 2802 2823 2805 2806 2821 2804 2822
2809 2810 2811 2812 2813 2814 2815 2816
2832 2817 2818 2819 2820 2807 2803 2829
2828 2808 2825 2830 2826 2824 2827 2832
2828 2808 2825 2830 2826 2824 2827 2832
6 changes: 3 additions & 3 deletions lib/fonts/fonts/fonts.table
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# Descriptive Names for GRASS Stroke Fonts
#
# This file maps a descriptive name to each font file, for use in the
# This file maps a descriptive name to each font file, for use in the
# description field in the fontcap table (generated by g.mkfontcap).
#
# Format: Each line contains the filename followed by the vertical bar
# character | and then the descriptive name.
#
# Note that this file is used purely for the purpose of specifying
# Note that this file is used purely for the purpose of specifying
# descriptive names for the Stroke fonts in this directory.
# $GISBASE/etc/fontcap contains the list of fonts available to the GRASS
# display drivers, and any changes must be reflected there before they are
# display drivers, and any changes must be reflected there before they are
# available for use - g.mkfontcap can do this automatically.
#
cyrilc.hmp|Cyrillic
Expand Down
Loading
Loading