Skip to content

Commit

Permalink
*.md: Fix file names of *.md into kebab style
Browse files Browse the repository at this point in the history
- Update the md files name which were
  snake case style to be the kebab style.
- Update .coafile to check whether a name of
  md files are the kebab style.

Closes #308
  • Loading branch information
haeungun committed Sep 16, 2018
1 parent 0cf6b49 commit 4d72a69
Show file tree
Hide file tree
Showing 68 changed files with 199 additions and 193 deletions.
182 changes: 94 additions & 88 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ max_lines_per_file = 500

[filenames]
bears = FilenameBear
files = **.yml, **.html, **.md, **.js, **.css
ignore = vendor/**, resources/vendors/**, _projects/integrate-pyflakes-AST.md, data/locale/en/projects/**, _site/**, _reports/**
files = **.yml, **.html, **.js, **.css
ignore = vendor/**, resources/vendors/**, _site/**, _reports/**
file_naming_convention = snake

[markdown_filenames]
bears = FilenameBear
files = **.md
ignore = vendor/**, resources/vendors/**, _reports/**, _site/**, _projects/integrate-pyflakes-AST.md, data/locale/en/projects/**
file_naming_convention = kebab

[spacing]
bears = SpaceConsistencyBear
files = **.html, **.css, **.js, **.json
Expand All @@ -53,108 +59,108 @@ files = _projects/**.md
bears = LineLengthBear
max_line_length = 80
ignore_length_regex = .*https?://
ignore = _projects/corobo_enhancement.md,
_projects/bear_updates.md,
ignore = _projects/corobo-enhancement.md,
_projects/bear-updates.md,
_projects/README.md,
_projects/improve_installation.md,
_projects/commit_based_perftest.md,
_projects/automate_dependency_repology.md,
_projects/automate_vulture_whitelist.md,
_projects/improve-installation.md,
_projects/commit-based-perftest.md,
_projects/automate-dependency-repology.md,
_projects/automate-vulture-whitelist.md,
_projects/integrate-pyflakes-AST.md,
_projects/rstcheck_with_better_sphinx_support.md,
_projects/nextgen_action_system.md,
_projects/implement_aspects.md,
_projects/debug_profile.md,
_projects/improve_diff_handling.md,
_projects/rstcheck-with-better-sphinx-support.md,
_projects/nextgen-action-system.md,
_projects/implement-aspects.md,
_projects/debug-profile.md,
_projects/improve-diff-handling.md,
_projects/jetbrains-ide-plugin.md,
_projects/cobot_enhancement.md,
_projects/cobot-enhancement.md,
_projects/example.md,
_projects/aspects.md,
_projects/communication_bridge.md,
_projects/assign_issues.md,
_projects/coala_web.md,
_projects/use_coala.md,
_projects/enhance_coala_quickstart.md,
_projects/coala_cli.md,
_projects/go_bears_on_bsd.md,
_projects/gitmate_gitlab.md,
_projects/optimize_caching.md,
_projects/documentation_extraction.md,
_projects/git_task_list.md,
_projects/gitmate_jira.md,
_projects/use_coala_2.md,
_projects/gitmate_plugins.md,
_projects/use_coala_3.md,
_projects/communication-bridge.md,
_projects/assign-issues.md,
_projects/coala-web.md,
_projects/use-coala.md,
_projects/enhance-coala-quickstart.md,
_projects/coala-cli.md,
_projects/go-bears-on-bsd.md,
_projects/gitmate-gitlab.md,
_projects/optimize-caching.md,
_projects/documentation-extraction.md,
_projects/git-task-list.md,
_projects/gitmate-jira.md,
_projects/use-coala-2.md,
_projects/gitmate-plugins.md,
_projects/use-coala-3.md,
_projects/vulture.md,
_projects/create_jenkins_plugin.md,
_projects/implement_metrics_for_coala.md,
_projects/newcomer_metrics.md,
_projects/editor_support.md,
_projects/extend_linter_integration.md,
_projects/pr_perftest.md,
_projects/add_repo_license.md,
_projects/antlr_v4.md,
_projects/coala_language_server.md,
_projects/gitmate_testing.md,
_projects/quickstart_green_mode.md,
_projects/create-jenkins-plugin.md,
_projects/implement-metrics-for-coala.md,
_projects/newcomer-metrics.md,
_projects/editor-support.md,
_projects/extend-linter-integration.md,
_projects/pr-perftest.md,
_projects/add-repo-license.md,
_projects/antlr-v4.md,
_projects/coala-language-server.md,
_projects/gitmate-testing.md,
_projects/quickstart-green-mode.md,
_projects/commit-content-checks.md,
_projects/nested_languages.md,
_projects/meta_review.md,
_projects/convert_bear_to_aspects.md,
_projects/roberta_external_source.md,
_projects/generic_bears.md
_projects/nested-languages.md,
_projects/meta-review.md,
_projects/convert-bear-to-aspects.md,
_projects/roberta-external-source.md,
_projects/generic-bears.md

[old_linelength_projects]
files = _projects/corobo_enhancement.md,
_projects/bear_updates.md,
files = _projects/corobo-enhancement.md,
_projects/bear-updates.md,
_projects/README.md,
_projects/improve_installation.md,
_projects/commit_based_perftest.md,
_projects/automate_dependency_repology.md,
_projects/automate_vulture_whitelist.md,
_projects/improve-installation.md,
_projects/commit-based-perftest.md,
_projects/automate-dependency-repology.md,
_projects/automate-vulture-whitelist.md,
_projects/integrate-pyflakes-AST.md,
_projects/rstcheck_with_better_sphinx_support.md,
_projects/nextgen_action_system.md,
_projects/implement_aspects.md,
_projects/debug_profile.md,
_projects/improve_diff_handling.md,
_projects/rstcheck-with-better-sphinx-support.md,
_projects/nextgen-action-system.md,
_projects/implement-aspects.md,
_projects/debug-profile.md,
_projects/improve-diff-handling.md,
_projects/jetbrains-ide-plugin.md,
_projects/cobot_enhancement.md,
_projects/cobot-enhancement.md,
_projects/example.md,
_projects/aspects.md,
_projects/communication_bridge.md,
_projects/assign_issues.md,
_projects/coala_web.md,
_projects/use_coala.md,
_projects/enhance_coala_quickstart.md,
_projects/coala_cli.md,
_projects/go_bears_on_bsd.md,
_projects/gitmate_gitlab.md,
_projects/optimize_caching.md,
_projects/documentation_extraction.md,
_projects/git_task_list.md,
_projects/gitmate_jira.md,
_projects/use_coala_2.md,
_projects/gitmate_plugins.md,
_projects/use_coala_3.md,
_projects/communication-bridge.md,
_projects/assign-issues.md,
_projects/coala-web.md,
_projects/use-coala.md,
_projects/enhance-coala-quickstart.md,
_projects/coala-cli.md,
_projects/go-bears-on-bsd.md,
_projects/gitmate-gitlab.md,
_projects/optimize-caching.md,
_projects/documentation-extraction.md,
_projects/git-task-list.md,
_projects/gitmate-jira.md,
_projects/use-coala-2.md,
_projects/gitmate-plugins.md,
_projects/use-coala-3.md,
_projects/vulture.md,
_projects/create_jenkins_plugin.md,
_projects/implement_metrics_for_coala.md,
_projects/newcomer_metrics.md,
_projects/editor_support.md,
_projects/extend_linter_integration.md,
_projects/pr_perftest.md,
_projects/add_repo_license.md,
_projects/antlr_v4.md,
_projects/coala_language_server.md,
_projects/gitmate_testing.md,
_projects/quickstart_green_mode.md,
_projects/create-jenkins-plugin.md,
_projects/implement-metrics-for-coala.md,
_projects/newcomer-metrics.md,
_projects/editor-support.md,
_projects/extend-linter-integration.md,
_projects/pr-perftest.md,
_projects/add-repo-license.md,
_projects/antlr-v4.md,
_projects/coala-language-server.md,
_projects/gitmate-testing.md,
_projects/quickstart-green-mode.md,
_projects/commit-content-checks.md,
_projects/nested_languages.md,
_projects/meta_review.md,
_projects/convert_bear_to_aspects.md,
_projects/roberta_external_source.md,
_projects/generic_bears.md
_projects/nested-languages.md,
_projects/meta-review.md,
_projects/convert-bear-to-aspects.md,
_projects/roberta-external-source.md,
_projects/generic-bears.md
ignore_length_regex = .*https?://
bears = LineLengthBear
max_line_length = 120
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ initiatives:
issues:
- "https://github.com/coala/meta/issues/58"
- "https://github.com/coala/meta/issues/81"
markdown: add_repo_license.md
markdown: add-repo-license.md
mentors:
- pombredanne
- jayvdb
Expand Down
2 changes: 1 addition & 1 deletion _projects/antlr_v4.md → _projects/antlr-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: antlr_v4.md
markdown: antlr-v4.md
mentors:
- Udayan12167
- corona10
Expand Down
2 changes: 1 addition & 1 deletion _projects/aspects.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: implement_aspects.md
markdown: implement-aspects.md
mentors:
- userzimmermann
- jayvdb
Expand Down
2 changes: 1 addition & 1 deletion _projects/assign_issues.md → _projects/assign-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ status: completed
initiatives:
- Research
issues: []
markdown: assign_issues.md
markdown: assign-issues.md
mentors:
- fneu
- sils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ issues:
- "https://gitlab.com/coala/package_manager/issues/159"
- "https://github.com/coala/coala/issues/4605"
- "https://github.com/repology/repology/issues/512"
markdown: automate_dependency_repology.md
markdown: automate-dependency-repology.md
mentors:
- waldyrious
- fexpr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ initiatives:
issues:
- "https://github.com/jendrikseipp/vulture/issues/109"
- "https://github.com/jendrikseipp/vulture/issues/8"
markdown: automate_vulture_whitelist.md
markdown: automate-vulture-whitelist.md
requirements:
- "Familiarity with vulture"
- "Knowledge of AST's"
Expand Down
2 changes: 1 addition & 1 deletion _projects/bear_updates.md → _projects/bear-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: bear_updates.md
markdown: bear-updates.md
mentors:
- NiklasMM
- AbdealiJK
Expand Down
2 changes: 1 addition & 1 deletion _projects/coala_cli.md → _projects/coala-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ issues:
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/137"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/138"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/158"
markdown: coala_cli.md
markdown: coala-cli.md
mentors:
- yukiisbored
- Adrianzatreanu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ initiatives:
issues:
- "https://github.com/coala/coala-vs-code/issues/3"
- "https://github.com/coala/coala-vs-code/issues/4"
markdown: coala_language_server.md
markdown: coala-language-server.md
mentors:
- gaocegege
- gatesn
Expand Down
2 changes: 1 addition & 1 deletion _projects/coala_web.md → _projects/coala-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ issues:
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/198"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/199"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/204"
markdown: coala_web.md
markdown: coala-web.md
mentors:
- sils
- fneu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ issues:
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/20"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/49"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/48"
markdown: cobot_enhancement.md
markdown: cobot-enhancement.md
mentors:
- Udayan12167
- sadovnychyi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status: in_progress
initiatives:
- Paper
issues: []
markdown: commit_based_perftest.md
markdown: commit-based-perftest.md
name: "Researching commit-based performance testing"
requirements:
- "The participant should have some prior experience with investigating the performance of software."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: communication_bridge.md
markdown: communication-bridge.md
mentors:
- jayvdb
- chauffer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: convert_bear_to_aspects.md
markdown: convert-bear-to-aspects.md
mentors:
- adhikasp
- jschwarzwalder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ issues:
- "https://github.com/coala/corobo/issues/424"
- "https://github.com/coala/corobo/issues/509"
- "https://github.com/coala/corobo/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fconfig"
markdown: corobo_enhancement.md
markdown: corobo-enhancement.md
mentors:
- meetmangukiya
- gbin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ initiatives:
- RGSoC
issues:
- "https://github.com/coala/coala/issues/2757"
markdown: create_jenkins_plugin.md
markdown: create-jenkins-plugin.md
mentors:
- Udayan12167
- uhafner
Expand Down
2 changes: 1 addition & 1 deletion _projects/debug_profile.md → _projects/debug-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ initiatives:
issues:
- "https://github.com/coala/coala/issues/565"
- "https://github.com/coala/coala/issues/1101"
markdown: debug_profile.md
markdown: debug-profile.md
mentors:
- fneu
- arjunsinghy96
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ initiatives:
- GSoC
- RGSoC
issues: []
markdown: documentation_extraction.md
markdown: documentation-extraction.md
mentors:
- SanketDG
- NiklasMM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ issues:
- "https://github.com/coala/coala-vim/issues/24"
- "https://github.com/coala/coala-gedit/issues/5"
- "https://github.com/coala/coala-sublime/issues/4"
markdown: editor_support.md
markdown: editor-support.md
mentors:
- AbdealiJK
- fneu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ issues:
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/65"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/66"
- "https://gitlab.com/coala/GSoC/GSoC-2017/issues/67"
markdown: enhance_coala_quickstart.md
markdown: enhance-coala-quickstart.md
mentors:
- adtac
- Adrianzatreanu
Expand Down
Loading

0 comments on commit 4d72a69

Please sign in to comment.