Skip to content

Commit ec0913b

Browse files
fabergachristopherngutierrez
authored andcommitted
New repository structure (#74)
* new repository structure * documentation update --------- Signed-off-by: Flavio Bergamaschi <[email protected]>
1 parent 0730427 commit ec0913b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+155
-189
lines changed
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,16 @@ repos:
5858
- -rn # Only display messages
5959
- -sn # Don't display the score
6060
- --source-roots=kerngen # Working directory
61+
- id: clang-format-14
62+
name: clang-format-14
63+
entry: clang-format-14
64+
language: system
65+
files: \.(c|cc|cxx|cpp|h|hpp|hxx|inl)$
66+
args: ["-i", "--style=file"]
67+
- id: cpplint
68+
name: cpplint
69+
entry: cpplint
70+
language: system
71+
files: \.(c|cc|cxx|cpp|h|hpp|hxx)$
72+
args:
73+
- --recursive

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 3 additions & 3 deletions

assembler_tools/empty_file.txt

Whitespace-only changes.

functional_modeler/.pre-commit-config.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)