[wesnoth-commits] [wesnoth/wesnoth] 5cb179: Cleanup wmllint: display on/off

Charles Dang noreply at github.com
Tue Feb 2 15:38:49 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5cb1790669da50994c41c90476ff85e3d8dd2280
      https://github.com/wesnoth/wesnoth/commit/5cb1790669da50994c41c90476ff85e3d8dd2280
  Author: Andrey Bienkowski <hexagonrecursion at gmail.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M data/campaigns/Descent_Into_Darkness/scenarios/07b_A_Small_Favor2.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07c_A_Small_Favor3.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/09_Descent_into_Darkness.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/core/help.cfg
    M data/core/macros/ai_controller.cfg
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_leader_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg

  Log Message:
  -----------
  Cleanup wmllint: display on/off

https://github.com/wesnoth/wesnoth/pull/5481 removed the check that made
wmllint: display on and wmllint: display off necessary.
This PR removes now redundant wmllint comments.

find ./data/ -name '*.cfg' -exec sed -ri '/^ *# *wmllint *:? *display *(on|off) *$/d; s/ *# *wmllint *:? *display *(on|off) *$//' '{}' ';'


  Commit: 0c4ebc1f8ae2082022f0a9acbaa46624edae13ce
      https://github.com/wesnoth/wesnoth/commit/0c4ebc1f8ae2082022f0a9acbaa46624edae13ce
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M data/campaigns/Descent_Into_Darkness/scenarios/07b_A_Small_Favor2.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/07c_A_Small_Favor3.cfg
    M data/campaigns/Descent_Into_Darkness/scenarios/09_Descent_into_Darkness.cfg
    M data/campaigns/Eastern_Invasion/scenarios/17a_The_Duel.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg
    M data/campaigns/Heir_To_The_Throne/scenarios/19c_Cliffs_of_Thoria.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/03_A_Harrowing_Escape.cfg
    M data/campaigns/The_Rise_Of_Wesnoth/scenarios/04a_The_Swamp_of_Esten.cfg
    M data/core/help.cfg
    M data/core/macros/ai_controller.cfg
    M data/multiplayer/scenarios/2p_Dark_Forecast.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_leader_options.cfg
    M data/multiplayer/scenarios/ANL_utils/ANL_research_options.cfg

  Log Message:
  -----------
  Merge pull request #5510 from hexagonrecursion/display-off

Cleanup wmllint: display on/off


Compare: https://github.com/wesnoth/wesnoth/compare/582626202300...0c4ebc1f8ae2



More information about the Commits mailing list