coding-standards icon indicating copy to clipboard operation
coding-standards copied to clipboard

A coding standards for enterprise system

Results 22 coding-standards issues
Sort by recently updated
recently updated
newest added

ブランチ保護の内容を追記しました。 GitHubの設定のき記載済みです

## 概要 IF定義書のアップデートを行う。 ## 作業内容案 ### セクション/サブセクションの追加関連 - 環境情報にOutputを追加 - 連携先定義の追加 - エラー処理の追加 ### 深堀り関連 - トップに記載するIFの説明に含めるべき背景情報として何を記載するべきかを提示する - 連携タイミング、頻度、起動時間、処理完了期限に関しては業務上の都合があるはずなのでそれらは必須で記載する的な - 連携元/連携先定義の連携方式のAPI/ストリームのフォーマットが決まっていないので、作成する

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.4.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.2.5) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [npm-run-all](https://togithub.com/mysticatea/npm-run-all) | devDependencies | replacement | [`^4.1.5` -> `^5.0.0`](https://renovatebot.com/diffs/npm/npm-run-all/4.1.5/) | This...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`^8.3.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.10.0/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

# 概要 - #115 のGitHub前提の説明箇所に関して、GitLabでの設定の補足を追加した。 - フォーマッターを適用させて、サービス名を修正した。 # 確認したい点 * 以下記事などを参考に追記したが、記載内容に誤りがないか。 * 原文:https://docs.gitlab.com/ee/user/project/merge_requests/methods/ * 日本語:https://gitlab-docs.creationline.com/ee/user/project/merge_requests/methods/ * 折り畳みを用いて追記したが、もっと良い書き方あるか。 * TODOとした図が必要か。 # TODO 以下、未対応です。必要であれば追加で作成します。 - [ ] マージリクエスト上で Squash commits を選択してマージした場合、squash commit...

enhancement