Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #83 from BirokratskaZila/Hacktoberfest2019Task
Browse files Browse the repository at this point in the history
Hacktoberfest2019 task
  • Loading branch information
blockspacer authored Oct 15, 2019
2 parents 2a4952f + 75592b7 commit efc4760
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CODE_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Use tools like [vera++](https://bitbucket.org/verateam/vera/wiki/Home)

## Static analysis

Use any tools from [list of tools for static code analysis]( https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2B.2B)
Use any tools from the [list of tools for static code analysis]( https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2B.2B)

## Version control

Prefer git.

## Scanning project

Scan whole project before pushing code to version control system.
Scan the whole project before pushing code to version control system.

## Naming schemes

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License (MIT)

Copyright (c) 2019
Copyright (c) 2019

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Example:
cmake -E chdir build ./tool/CXXCTP_tool --ctp_scripts_paths=$PWD -L .=DBG9 -extra-arg=-I$PWD/include -extra-arg=-I../resources ../resources/ReflShapeKind.hpp ../resources/test_typeclass_base1.hpp ../resources/test_typeclass_instance1.hpp ../resources/test.cpp
```
# ⌨️ <a name="developing"></a>Developing with CXXCTP
# ⌨️ <a name="developing"></a>Developing with CXXCTP
The following sections cover usage, custom rules and debugging for CXXCTP.
## Writing code that writes code
Expand Down Expand Up @@ -877,7 +877,7 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Technical writer
- [![twitter-alt][twitter-img]](https://twitter.com/anindita_basu)
[![github-alt][github-img]](https://github.com/AninditaBasu)
##### Anna Hayhurst
- Junior Developer
Expand Down
2 changes: 1 addition & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This library follows [Semantic Versioning](http://semver.org/). Please note it
is currently under active development. Any release versioned 0.x.y is subject to
backwards-incompatible changes at any time.

**GA**: Libraries defined at a GA quality level are expected to be stable. All updates in the libraries are guaranteed to be backward-compatible. Any changes that are not
**GA**: Libraries defined at a GA quality level are expected to be stable. All updates in the libraries are guaranteed to be backward-compatible. Any changes that are not
backward-compatible lead to the major version increment
(1.x.y -> 2.0.0).

Expand Down

0 comments on commit efc4760

Please sign in to comment.