summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:18:08 +0700
committerAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:18:08 +0700
commit0cb44374fa7bb153094d135464255ee16d0fc1a9 (patch)
treee7d40e3da1037a2d5d584fb15855b303809e7fdc
parent2a14973bca1336b24dce715e24c3cfc70b28060c (diff)
Fix a few CodeFacor issues:
- Trailing whitespace
-rw-r--r--.appveyor.yml4
-rw-r--r--.github/auto_assign.yml2
-rw-r--r--.github/auto_assign_sc.yml2
-rw-r--r--.github/label-commenter-config.yml10
-rw-r--r--.github/workflows/auto_assign_sc.yml2
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/merge-conflict.yml2
-rw-r--r--.github/workflows/transifex.yml2
8 files changed, 13 insertions, 13 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 198a36c3c7..997a7e59dd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -38,7 +38,7 @@ environment:
# qtbin: msvc2019
# msvcname: Visual Studio 17 2022
# packaging: false
-# suffix: Win32
+# suffix: Win32
# cmake_args: -A Win32
before_build:
@@ -59,7 +59,7 @@ build:
project: c:\stellarium\build-%qtver%-%qtbin%\Stellarium.sln
parallel: true
verbosity: minimal
-
+
test_script:
- if [%PUBLISH_BINARY%]==[false] ctest --output-on-failure
diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml
index 52a9cdf3b4..cd33f1481f 100644
--- a/.github/auto_assign.yml
+++ b/.github/auto_assign.yml
@@ -12,7 +12,7 @@ reviewers:
- alex-w
- gzotti
-# A list of keywords to be skipped the process that add reviewers if pull requests include it
+# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip
diff --git a/.github/auto_assign_sc.yml b/.github/auto_assign_sc.yml
index 59fd69bb00..58faf3f804 100644
--- a/.github/auto_assign_sc.yml
+++ b/.github/auto_assign_sc.yml
@@ -13,7 +13,7 @@ reviewers:
- gzotti
- sushoff
-# A list of keywords to be skipped the process that add reviewers if pull requests include it
+# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip
diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml
index 00758f3d0c..e9e453ec46 100644
--- a/.github/label-commenter-config.yml
+++ b/.github/label-commenter-config.yml
@@ -92,24 +92,24 @@ labels:
labeled:
issue:
body: |
- Thank you @{{ issue.user.login }}! In future please use Transifex to fix and improve translations:
+ Thank you @{{ issue.user.login }}! In future please use Transifex to fix and improve translations:
https://www.transifex.com/stellarium/stellarium/dashboard/
- name: fix committed
labeled:
issue:
body: |
- Hello @{{ issue.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
+ Hello @{{ issue.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot
pr:
body: |
- Hello @{{ pull_request.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
+ Hello @{{ pull_request.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot
unlabeled:
issue:
body: |
- Hello @{{ issue.user.login }}! Please check the latest stable version of Stellarium:
+ Hello @{{ issue.user.login }}! Please check the latest stable version of Stellarium:
https://github.com/Stellarium/stellarium/releases/latest
pr:
body: |
- Hello @{{ pull_request.user.login }}! Please check the latest stable version of Stellarium:
+ Hello @{{ pull_request.user.login }}! Please check the latest stable version of Stellarium:
https://github.com/Stellarium/stellarium/releases/latest
diff --git a/.github/workflows/auto_assign_sc.yml b/.github/workflows/auto_assign_sc.yml
index 137229f82e..9bd9682a69 100644
--- a/.github/workflows/auto_assign_sc.yml
+++ b/.github/workflows/auto_assign_sc.yml
@@ -5,7 +5,7 @@ name: 'Auto Assign (SC)'
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
- paths:
+ paths:
- 'skycultures/**'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 87d66d473b..e07ee28787 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
file-url: 'https://github.com/Stellarium/stellarium-data/releases/download/qt-5.6/linux_p1550p2650.430'
file-name: 'linux_p1550p2650.430'
location: '../../../.stellarium/ephem'
-
+
- name: Download JPL DE440 ephemeris
uses: carlosperate/download-file-action@v1.1.1
with:
diff --git a/.github/workflows/merge-conflict.yml b/.github/workflows/merge-conflict.yml
index ab217302da..980855db7a 100644
--- a/.github/workflows/merge-conflict.yml
+++ b/.github/workflows/merge-conflict.yml
@@ -19,7 +19,7 @@ jobs:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
- dirtyLabel: "has conflicts"
+ dirtyLabel: "has conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."
diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml
index dbde44fd79..6dc468d22b 100644
--- a/.github/workflows/transifex.yml
+++ b/.github/workflows/transifex.yml
@@ -5,7 +5,7 @@ on:
push:
branches:
- master
- paths:
+ paths:
- '**.pot'
jobs: