Commit Graph
433 Commits
Author SHA1 Message Date
Jesse RudermanandGitHub b1956b20a2 cppguide: remove space before comma 2021-07-20 08:53:06 -07:00
Google Python teamandGregory P. Smith [Google LLC] 4044bbd5ca Project import generated by Copybara.
PiperOrigin-RevId: 384778037
2021-07-14 14:12:11 -07:00
Google Python teamandGregory P. Smith [Google LLC] 9c8784ded3 Project import generated by Copybara.
PiperOrigin-RevId: 372845522
2021-05-10 17:22:02 -07:00
Google Python teamandGregory P. Smith [Google LLC] f614c922a8 Project import generated by Copybara.
PiperOrigin-RevId: 372441803
2021-05-07 19:58:49 -07:00
Titus WintersandGitHub 15fddd2eaf Merge pull request #635 from elharo/code
add code of conduct
2021-04-26 07:11:07 -04:00
Elliotte Rusty Harold 0ce82b9a74 use the 2.0 version of the Contributor Covenant, with modification 2021-04-19 15:28:07 -04:00
Titus WintersandGitHub bc0aa941db Merge pull request #636 from elharo/issue
add issue template discouraging contributions
2021-04-12 09:50:41 -04:00
Elliotte Rusty Harold 7ae99d6db0 add issue template 2021-04-12 08:53:25 -04:00
Elliotte Rusty Harold 6fc1f800ce add code of conduct 2021-04-12 08:35:57 -04:00
Titus WintersandGitHub 68dc41b578 Merge pull request #634 from elharo/gh-pages
add pull request template discouraging contributions
2021-04-12 08:08:49 -04:00
Elliotte Rusty Harold aa19fd7504 allow for typo corrections 2021-04-09 08:21:46 -04:00
Elliotte Rusty Harold 103ea74d5d add pull request template discouraging contributions 2021-04-08 17:23:10 -04:00
Elliotte Rusty HaroldandGitHub f854eb0f9c Merge pull request #1 from google/gh-pages
merge head
2021-04-08 21:13:16 +00:00
Titus WintersandGitHub 845e4f9a15 Merge pull request #633 from elharo/patch-1
docs: discourage external contributors
2021-04-08 17:04:38 -04:00
Elliotte Rusty HaroldandGitHub d754e413ec Update README.md 2021-04-08 20:30:44 +00:00
Elliotte Rusty HaroldandGitHub c6d79d07ab expand on treatment of external contributions 2021-04-08 20:28:33 +00:00
Elliotte Rusty HaroldandGitHub 52483ac7e4 docs: discourage external contributors
@tituswinters
2021-04-08 14:08:23 -04:00
Titus WintersandGitHub 635fe96f8e Merge pull request #630 from zetafunction/gh-pages
Update C++ style guide.
2021-03-29 07:41:18 -04:00
Daniel Cheng 4e25657924 Update C++ style guide.
Mostly minor wording updates (e.g. preferring int64_t to int64). The
most significant change is clarifying the section on consistency to
clarify that consistency, in and of itself, should not be used as the
sole argument for blocking adoption of style changes.
2021-03-26 16:54:25 -07:00
Titus WintersandGitHub 6e239d7f90 Merge pull request #620 from zetafunction/update-c++
Update C++ style guide.
2021-01-29 14:10:19 -05:00
Daniel Cheng a4413633ec Update C++ style guide.
Minor formatting and wording fixes.
2021-01-29 11:04:19 -08:00
Google Python teamandGregory P. Smith [Google LLC] 5120fd6b14 Project import generated by Copybara.
PiperOrigin-RevId: 347693939
2021-01-26 00:56:55 +00:00
Google Python teamandGregory P. Smith [Google LLC] 2e797961e9 Project import generated by Copybara.
PiperOrigin-RevId: 353740685
2021-01-26 00:38:44 +00:00
Alex OkrushkoandStephen Hicks 87c54065a2 remove the go-link 2021-01-22 21:32:51 -08:00
Alex OkrushkoandStephen Hicks bfa71446db Add TypeScript style guide 2021-01-22 21:32:51 -08:00
Titus WintersandGitHub d5b5104763 Merge pull request #584 from zetafunction/yet-again-how-does-this-work
Update C++ styleguide
2020-11-11 08:50:32 -05:00
Daniel Cheng ed3dd33df3 Update Google C++ styleguide
- Guidance for return values (prefer return by value, return by
  reference, then return by pointer in that order)
- Mandate curly braces around the body of a control statement,
  providing one exception for historical reasons (`if` with no `else`,
  and `if` + body fits completely in a single line or the `if` fits in
  one line and the body fits in another separate line).
2020-11-10 22:26:05 -08:00
Titus WintersandGitHub 96f6a64d30 Merge pull request #577 from zetafunction/how-does-this-work-again
Update C++ styleguide
2020-09-25 13:27:34 -04:00
Daniel Cheng 3919c347aa Update C++ styleguide
- add section for inclusive language.
- move include-what-you-use to a new section.
- clarify usage of absl::optional for by-value vs by-reference params.
- document usage of `` as a code-indexing hint
- note that enclosing identifiers in `` can help code indexers.
2020-09-25 00:29:52 -07:00
Google Python teamandGregory P. Smith [Google LLC] ddccc0fbeb Project import generated by Copybara.
PiperOrigin-RevId: 332885552
2020-09-23 01:40:40 +00:00
Google Python teamandGregory P. Smith [Google LLC] f84020eeec Project import generated by Copybara.
PiperOrigin-RevId: 332244028
2020-09-17 17:49:28 +00:00
Michael DiamondandGitHub 32916a92da Add owners for the Java and Shell guides, and alphabetize the list. 2020-09-16 02:20:35 -07:00
Google Python teamandGregory P. Smith [Google LLC] 25e977d641 Project import generated by Copybara.
PiperOrigin-RevId: 325456551
2020-08-07 17:22:26 +00:00
Google Python teamandGregory P. Smith [Google LLC] 7645d63652 Project import generated by Copybara.
PiperOrigin-RevId: 325285627
2020-08-06 19:35:13 +00:00
Tony RuscoeandGitHub 5142f2245c Add CODEOWNER for HTML/CSS style guide 2020-08-03 14:44:16 +01:00
Gregory P. SmithandGitHub 10748b8973 Merge pull request #570 from allight/inclusive
Update language to comply with Android's inclusive language guidance (remove "dummy").
2020-07-28 18:40:58 -07:00
Alex Light 6c31e522d9 Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for
reference

cpplint.py is copied into AOSP from this github version so update it
here first.

Bug: 161896447
Test: None (comments only)
2020-07-28 18:21:22 -07:00
Gregory P. SmithandGitHub 718c32728d own Python things. 2020-07-24 14:19:55 -07:00
Jonathan B CoeandGitHub 5ed7df0018 Add jbcoe as CODEOWNER for C# style guide 2020-07-23 18:37:53 +01:00
Samuel FreilichandGitHub aede323223 Merge pull request #569 from google/sfreilich-codeowners
Add CODEOWNERS file
2020-07-23 13:13:09 -04:00
Samuel FreilichandGitHub 4a9b9c2232 Add CODEOWNERS file
Since this repository contains style guides managed by different owners/teams, it might be convenient to have a way to allow maintainers to get notified about PRs for specific files. GitHub's code owners feature provides a way to do that:
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

Adding myself to this for the Lisp Style Guide.
2020-07-23 08:38:58 -04:00
Google Python teamandGregory P. Smith [Google LLC] f87ee8407a Project import generated by Copybara.
PiperOrigin-RevId: 321580967
2020-07-17 22:33:14 +00:00
Google Python teamandGregory P. Smith [Google LLC] 1b367e11d1 Project import generated by Copybara.
PiperOrigin-RevId: 320248352
2020-07-08 20:12:26 +00:00
Google Python teamandGregory P. Smith [Google LLC] ea180f7259 Project import generated by Copybara.
PiperOrigin-RevId: 320107176
2020-07-08 02:37:59 +00:00
Google Python teamandGregory P. Smith [Google LLC] 19518af929 Project import generated by Copybara.
PiperOrigin-RevId: 318489724
2020-07-08 00:10:45 +00:00
Google Python teamandGregory P. Smith [Google LLC] 59def00435 Project import generated by Copybara.
PiperOrigin-RevId: 318884292
2020-07-07 23:41:53 +00:00
Gregory P. SmithandGitHub 64de8439e3 Remove blacklist/whitelist from cpplint.py (#562)
Remove blacklist/whitelist from cpplint.py

Merges pull request #562 from @nealrichardson.
2020-06-19 13:33:54 -07:00
Neal RichardsonandGitHub 08268efb06 Remove blacklist/whitelist from cpplint.py 2020-06-19 13:27:01 -07:00
Jonathan B CoeandGitHub b448694ab3 Remove more markdown that GitHub cannot handle 2020-06-04 15:05:36 +01:00
Jonathan B CoeandGitHub edd630a9ee Remove markdown not recognised by GitHub
Remove `{.good}` and `{.bad}` and replace with comments.
2020-06-04 13:30:29 +01:00