From fd1562ab0c4f3863aad53a1cc1e2f7cc8b7d5bf6 Mon Sep 17 00:00:00 2001 From: BLKSerene Date: Fri, 5 Jan 2024 15:57:03 +0800 Subject: [PATCH] Misc: Update copyright year --- .circleci/config.yml | 2 +- .codacy.yml | 2 +- .codeclimate.yml | 2 +- .coveragerc | 4 +++- .github/FUNDING.yml | 2 +- .github/workflows/pylint.yml | 4 ++-- .github/workflows/tests.yml | 8 ++++---- .gitignore | 2 +- .sonarcloud.properties | 6 +++--- ACKS.md | 2 +- CHANGELOG.md | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- VERSION | 2 +- WORKS_USING_WORDLESS.md | 2 +- appveyor.yml | 2 +- azure-pipelines.yml | 2 +- doc/doc.md | 2 +- doc/trs/zho_cn/ACKS.md | 2 +- doc/trs/zho_cn/CONTRIBUTING.md | 2 +- doc/trs/zho_cn/README.md | 4 ++-- doc/trs/zho_cn/WORKS_USING_WORDLESS.md | 2 +- doc/trs/zho_tw/ACKS.md | 2 +- doc/trs/zho_tw/CONTRIBUTING.md | 2 +- doc/trs/zho_tw/README.md | 4 ++-- doc/trs/zho_tw/WORKS_USING_WORDLESS.md | 2 +- imgs/wechat_official_account.jpg | Bin 27055 -> 27171 bytes imgs/wl_loading.png | Bin 31760 -> 31813 bytes pylintrc | 2 +- requirements/requirements_dev.txt | 2 +- requirements/requirements_no_deps.txt | 2 +- requirements/requirements_tests.txt | 2 +- tests/test_colligation_extractor.py | 2 +- tests/test_collocation_extractor.py | 2 +- tests/test_concordancer.py | 2 +- tests/test_concordancer_parallel.py | 2 +- tests/test_dependency_parser.py | 2 +- tests/test_keyword_extractor.py | 2 +- tests/test_main.py | 2 +- tests/test_ngram_generator.py | 2 +- tests/test_profiler.py | 2 +- tests/test_wordlist_generator.py | 2 +- tests/tests_checks/test_checks_files.py | 2 +- tests/tests_checks/test_checks_misc.py | 2 +- tests/tests_checks/test_checks_tokens.py | 2 +- tests/tests_checks/test_checks_work_area.py | 2 +- tests/tests_dialogs/test_dialogs.py | 2 +- tests/tests_dialogs/test_dialogs_errs.py | 2 +- tests/tests_dialogs/test_dialogs_misc.py | 2 +- tests/tests_dialogs/test_msg_boxes.py | 2 +- tests/tests_figs/test_figs.py | 2 +- tests/tests_figs/test_figs_freqs.py | 2 +- tests/tests_figs/test_figs_stats.py | 2 +- .../test_file_area_file_types.py | 2 +- tests/tests_measures/test_measure_utils.py | 2 +- .../test_measures_adjusted_freq.py | 2 +- .../test_measures_bayes_factor.py | 2 +- .../test_measures_dispersion.py | 2 +- .../test_measures_effect_size.py | 2 +- .../test_measures_lexical_diversity.py | 2 +- tests/tests_measures/test_measures_misc.py | 2 +- .../test_measures_readability.py | 2 +- .../test_measures_statistical_significance.py | 2 +- tests/tests_nlp/test_dependency_parsing.py | 2 +- tests/tests_nlp/test_lemmatization.py | 2 +- tests/tests_nlp/test_matching.py | 2 +- tests/tests_nlp/test_nlp_utils.py | 2 +- tests/tests_nlp/test_pos_tagging.py | 2 +- tests/tests_nlp/test_sentence_tokenization.py | 2 +- tests/tests_nlp/test_sentiment_analysis.py | 2 +- tests/tests_nlp/test_stop_word_lists.py | 2 +- tests/tests_nlp/test_syl_tokenization.py | 2 +- tests/tests_nlp/test_word_detokenization.py | 2 +- tests/tests_nlp/test_word_tokenization.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_cat.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_dan.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_deu.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_ell.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_eng.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_fin.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_fra.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_hrv.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_ita.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_jpn.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_kor.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_lit.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_mkd.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_nld.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_nob.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_pol.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_por.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_ron.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_rus.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_slv.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_spa.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_swe.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_ukr.py | 2 +- tests/tests_nlp/tests_spacy/test_spacy_zho.py | 2 +- tests/tests_nlp/tests_stanza/test_stanza.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_afr.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ara.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_bel.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_bul.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_bxr.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_cat.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ces.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_chu.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_cop.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_cym.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_dan.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_deu.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ell.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_eng.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_est.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_eus.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_fao.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_fas.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_fin.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_fra.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_fro.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_gla.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_gle.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_glg.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_glv.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_got.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_grc.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hbo.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_heb.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hin.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hrv.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hsb.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hun.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_hye.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ind.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_isl.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ita.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_jpn.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_kaz.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_kir.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_kmr.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_kor.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_lat.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_lav.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_lij.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_lit.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_lzh.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_mar.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_mlt.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_mya.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_myv.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_nld.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_nno.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_nob.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_orv.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_pcm.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_pol.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_por.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_qpm.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ron.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_rus.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_san.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_slk.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_slv.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_sme.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_snd.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_spa.py | 2 +- .../tests_stanza/test_stanza_srp_latn.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_swe.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_tam.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_tel.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_tha.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_tur.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_uig.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_ukr.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_urd.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_vie.py | 2 +- .../tests_nlp/tests_stanza/test_stanza_wol.py | 2 +- .../tests_stanza/test_stanza_zho_cn.py | 2 +- .../tests_stanza/test_stanza_zho_tw.py | 2 +- tests/tests_settings/test_settings.py | 2 +- tests/tests_settings/test_settings_default.py | 2 +- .../test_settings_dependency_parsing.py | 2 +- tests/tests_settings/test_settings_figs.py | 2 +- tests/tests_settings/test_settings_files.py | 2 +- tests/tests_settings/test_settings_general.py | 2 +- tests/tests_settings/test_settings_global.py | 2 +- .../test_settings_lemmatization.py | 2 +- .../tests_settings/test_settings_measures.py | 2 +- .../test_settings_pos_tagging.py | 2 +- .../test_settings_sentence_tokenization.py | 2 +- .../test_settings_sentiment_analysis.py | 2 +- .../test_settings_stop_word_lists.py | 2 +- .../test_settings_syl_tokenization.py | 2 +- tests/tests_settings/test_settings_tables.py | 2 +- .../test_settings_word_tokenization.py | 2 +- tests/tests_utils/test_conversion.py | 2 +- tests/tests_utils/test_detection.py | 2 +- tests/tests_utils/test_misc.py | 2 +- tests/tests_utils/test_paths.py | 2 +- tests/tests_utils/test_sorting.py | 2 +- tests/wl_test_doc.py | 2 +- tests/wl_test_file_area.py | 2 +- tests/wl_test_init.py | 2 +- tests/wl_test_lang_examples.py | 2 +- ...a_luong_nguyen_dinh_freq_syls_easy_1000.py | 2 +- utils/linux_compile_py_from_src.sh | 2 +- utils/linux_create_shortcut.py | 2 +- .../macos_pyinstaller_recompile_bootloader.py | 2 +- utils/wl_downloader_ci.py | 2 +- utils/wl_generate_acks.py | 2 +- utils/wl_generate_vader_dicts.py | 2 +- utils/wl_packaging.py | 2 +- utils/wl_packaging.spec | 2 +- utils/wl_trs_generate_ts_files.py | 2 +- utils/wl_trs_translate.py | 2 +- utils/wl_trs_utils.py | 2 +- utils/wl_trs_zho_tw.py | 2 +- wordless/wl_checks/wl_checks_files.py | 2 +- wordless/wl_checks/wl_checks_misc.py | 2 +- wordless/wl_checks/wl_checks_tokens.py | 2 +- wordless/wl_checks/wl_checks_work_area.py | 2 +- wordless/wl_colligation_extractor.py | 2 +- wordless/wl_collocation_extractor.py | 2 +- wordless/wl_concordancer.py | 2 +- wordless/wl_concordancer_parallel.py | 2 +- wordless/wl_dependency_parser.py | 2 +- wordless/wl_dialogs/wl_dialogs.py | 2 +- wordless/wl_dialogs/wl_dialogs_errs.py | 2 +- wordless/wl_dialogs/wl_dialogs_misc.py | 2 +- wordless/wl_dialogs/wl_msg_boxes.py | 2 +- wordless/wl_figs/wl_figs.py | 2 +- wordless/wl_figs/wl_figs_freqs.py | 2 +- wordless/wl_figs/wl_figs_stats.py | 2 +- wordless/wl_file_area.py | 2 +- wordless/wl_keyword_extractor.py | 2 +- wordless/wl_main.py | 2 +- wordless/wl_measures/wl_measure_utils.py | 2 +- .../wl_measures/wl_measures_adjusted_freq.py | 2 +- .../wl_measures/wl_measures_bayes_factor.py | 2 +- .../wl_measures/wl_measures_dispersion.py | 2 +- .../wl_measures/wl_measures_effect_size.py | 2 +- .../wl_measures_lexical_diversity.py | 2 +- wordless/wl_measures/wl_measures_misc.py | 2 +- .../wl_measures/wl_measures_readability.py | 2 +- .../wl_measures_statistical_significance.py | 2 +- wordless/wl_ngram_generator.py | 2 +- wordless/wl_nlp/wl_dependency_parsing.py | 2 +- wordless/wl_nlp/wl_lemmatization.py | 2 +- wordless/wl_nlp/wl_matching.py | 2 +- wordless/wl_nlp/wl_nlp_utils.py | 2 +- wordless/wl_nlp/wl_pos_tagging.py | 2 +- wordless/wl_nlp/wl_sentence_tokenization.py | 2 +- wordless/wl_nlp/wl_sentiment_analysis.py | 2 +- wordless/wl_nlp/wl_stop_word_lists.py | 2 +- wordless/wl_nlp/wl_syl_tokenization.py | 2 +- wordless/wl_nlp/wl_texts.py | 2 +- wordless/wl_nlp/wl_token_processing.py | 2 +- wordless/wl_nlp/wl_word_detokenization.py | 2 +- wordless/wl_nlp/wl_word_tokenization.py | 2 +- wordless/wl_profiler.py | 2 +- wordless/wl_results/wl_results_filter.py | 2 +- wordless/wl_results/wl_results_search.py | 2 +- wordless/wl_results/wl_results_sort.py | 2 +- wordless/wl_settings/wl_settings.py | 2 +- wordless/wl_settings/wl_settings_default.py | 2 +- .../wl_settings_dependency_parsing.py | 2 +- wordless/wl_settings/wl_settings_figs.py | 2 +- wordless/wl_settings/wl_settings_files.py | 2 +- wordless/wl_settings/wl_settings_general.py | 2 +- wordless/wl_settings/wl_settings_global.py | 2 +- .../wl_settings/wl_settings_lemmatization.py | 2 +- wordless/wl_settings/wl_settings_measures.py | 2 +- .../wl_settings/wl_settings_pos_tagging.py | 2 +- .../wl_settings_sentence_tokenization.py | 2 +- .../wl_settings_sentiment_analysis.py | 2 +- .../wl_settings_stop_word_lists.py | 2 +- .../wl_settings_syl_tokenization.py | 2 +- wordless/wl_settings/wl_settings_tables.py | 2 +- .../wl_settings_word_tokenization.py | 2 +- wordless/wl_tagsets/wl_tagset_bod_botok.py | 2 +- .../wl_tagsets/wl_tagset_eng_penn_treebank.py | 2 +- wordless/wl_tagsets/wl_tagset_jpn_unidic.py | 2 +- wordless/wl_tagsets/wl_tagset_khm_alt.py | 2 +- wordless/wl_tagsets/wl_tagset_kor_mecab.py | 2 +- .../wl_tagsets/wl_tagset_lao_seqlabeling.py | 2 +- .../wl_tagset_lao_yunshan_cup_2020.py | 2 +- .../wl_tagsets/wl_tagset_rus_open_corpora.py | 2 +- .../wl_tagset_rus_russian_national_corpus.py | 2 +- .../wl_tagsets/wl_tagset_tha_blackboard.py | 2 +- wordless/wl_tagsets/wl_tagset_tha_orchid.py | 2 +- wordless/wl_tagsets/wl_tagset_universal.py | 2 +- .../wl_tagsets/wl_tagset_vie_underthesea.py | 2 +- wordless/wl_utils/wl_conversion.py | 2 +- wordless/wl_utils/wl_detection.py | 2 +- wordless/wl_utils/wl_misc.py | 2 +- wordless/wl_utils/wl_paths.py | 2 +- wordless/wl_utils/wl_sorting.py | 2 +- wordless/wl_utils/wl_threading.py | 2 +- wordless/wl_wordlist_generator.py | 2 +- 301 files changed, 310 insertions(+), 308 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40018f6a9..2a731c8bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - CircleCI -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.codacy.yml b/.codacy.yml index 132ef9d16..9ea635f0a 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Codacy -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.codeclimate.yml b/.codeclimate.yml index f46ad9f42..659edce1b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Code Climate -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.coveragerc b/.coveragerc index 9b43cea82..e72d832aa 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Codecov -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,10 +18,12 @@ [run] omit = + .circleci/* .github/* data/* doc/* imgs/* + requirements/* tests/* trs/* utils/* diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1cd5db7fc..6a1cbe049 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Github: Sponsor button -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7a948ff4d..91030c0c3 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Pylint -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af4462436..6300f58b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - Github Actions -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' architecture: 'x64' diff --git a/.gitignore b/.gitignore index e4566a8d6..29eb936ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: .gitignore -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/.sonarcloud.properties b/.sonarcloud.properties index d5d3a403c..a00141be9 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # ---------------------------------------------------------------------- # Wordless: CI - SonarCloud -# Copyright (C) 2018-2023 Ye Lei (叶磊) +# Copyright (C) 2018-2024 Ye Lei (叶磊) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # ---------------------------------------------------------------------- # Path to sources -sonar.sources=.github, utils, wordless +sonar.sources=.circleci, .github, utils, wordless # sonar.exclusions= # sonar.inclusions= @@ -33,4 +33,4 @@ sonar.sourceEncoding=UTF-8 # sonar.cpd.exclusions= # Python version (for python projects only) -sonar.python.version=3.9 +sonar.python.version=3.10 diff --git a/ACKS.md b/ACKS.md index ebc9126a7..74bbb1c0f 100644 --- a/ACKS.md +++ b/ACKS.md @@ -1,6 +1,6 @@