Rails 4: .codeclimate.yml 在我的 public Git 项目中放在哪里?
Rails 4: Where does .codeclimate.yml go in my public Git project?
我在 codeclimate.com 看到了这个,我希望它消失。我应该怎么办?
我enabled the Code Climate platform and here is where I created my .codeclimate.yml, using the default .yml file Code Climate provides.
Code Climate docs 说...
Add a brand new .codeclimate.yml to the root of your default branch
(replace any existing Code Climate config file).
我可能误解了 Code Climate "root of your default branch."
的意思
Default branch is defined as: Since Git repositories can contain multiple branches, Code Climate needs to know which the branch to
focus on. We refer to this branch as the default." How do I set my
default branch? "When adding a private GitHub repository (without
entering a URI), or when adding an open source GitHub repository, your
default Code Climate branch will always be set to your default Github
branch...For all other situations, you'll be prompted to set the
default branch...Note: It is currently not possible to change your
default branch after adding a repository to Code Climate. In addition,
once a repository has been added to Code Climate, changing the default
branch in GitHub will not change the default branch in Code Climate.
Code Climate 提交了具有以下更改的拉取请求,警告消息在合并后消失了。
(顺便说一下,出色而及时的客户服务)
我在 codeclimate.com 看到了这个,我希望它消失。我应该怎么办?
我enabled the Code Climate platform and here is where I created my .codeclimate.yml, using the default .yml file Code Climate provides.
Code Climate docs 说...
Add a brand new .codeclimate.yml to the root of your default branch (replace any existing Code Climate config file).
我可能误解了 Code Climate "root of your default branch."
的意思Default branch is defined as: Since Git repositories can contain multiple branches, Code Climate needs to know which the branch to focus on. We refer to this branch as the default." How do I set my default branch? "When adding a private GitHub repository (without entering a URI), or when adding an open source GitHub repository, your default Code Climate branch will always be set to your default Github branch...For all other situations, you'll be prompted to set the default branch...Note: It is currently not possible to change your default branch after adding a repository to Code Climate. In addition, once a repository has been added to Code Climate, changing the default branch in GitHub will not change the default branch in Code Climate.
Code Climate 提交了具有以下更改的拉取请求,警告消息在合并后消失了。
(顺便说一下,出色而及时的客户服务)