Skip to content

Commit

Permalink
参考サイトを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Jun 8, 2019
1 parent 2e9cb8d commit eab211f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CPPLINT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [cpplint.py のインストール](#cpplintpy-のインストール)
- [cpplint.py の実行](#cpplintpy-の実行)
- [cpplint.py のインストール場所の例](#cpplintpy-のインストール場所の例)
- [参考サイト](#参考サイト)

<!-- /TOC -->

Expand Down Expand Up @@ -41,3 +42,11 @@ python <path-to-cpplint>\cpplint.py --recursive sakura_core
## cpplint.py のインストール場所の例

`C:\Python27\Lib\site-packages\cpplint.py`

# 参考サイト

- [Analysis Tools (Open Source) at support.codefactor.io](https://support.codefactor.io/i24-analysis-tools-open-source)
- [cpplint (pip)](https://pypi.org/project/cpplint/)
- [CPPLINT.cfg](https://github.com/google/styleguide/blob/6271f3f473ceb3a7fef99388a3040903b1a145f1/cpplint/cpplint.py#L156-L197)
- [default CPPLINT.cfg at support.codefactor.io](https://github.com/codefactor-io/default-configs/blob/master/CPPLINT.cfg)
- [Visual Studioでcpplintする](https://qiita.com/odanado/items/cd364521a048c662a888)

0 comments on commit eab211f

Please sign in to comment.