Skip to content

Commit

Permalink
Merge branch 'develop' into merge-from-conan-io
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-kam authored and GitHub Enterprise committed Feb 2, 2023
2 parents 0b183cd + 4f71665 commit 1a3ae5c
Show file tree
Hide file tree
Showing 51 changed files with 5,053 additions and 599 deletions.
19 changes: 19 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Version": "2.4.0",
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": ["^.idea/","^assets/","^docs/","^linter/","^recipes/","\\.md$"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
"EndOfLine": false,
"Indentation": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"IndentSize": true,
"MaxLineLength": false
}
}
19 changes: 16 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ insert_final_newline = true
indent_style = space
tab_width = 4
trim_trailing_whitespace = true
indent_size = 4

[*.py]
[{docs,linter,recipes}/**.py]
max_line_length = 200

[*.py]
max_line_length = 120

[*.yml]
tab_width = 2
indent_size = 2

[{Makefile,Makefile.am,Makefile.in}]
[dlproject.yaml]
tab_width = 4
indent_size = 4

[{Makefile,Makefile.am,Makefile.in,*.mak}]
indent_style = tab
indent_size = 8

[*.{diff,patch}]
[*.{diff,patch,md}]
trim_trailing_whitespace = false

[*.md]
max_line_length = 80
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.cmake text eol=lf
*.conf text eol=lf
*.diff text eol=lf
*.md text eol=lf
*.md text eol=lf -whitespace
*.patch text eol=lf
*.py text eol=lf
*.txt text eol=lf
Expand Down
5 changes: 5 additions & 0 deletions .gitattributes-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Conflicts that should always resolve in favor of Datalogics
# See the section "Merge Strategies" at the end of
# https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
/README.md merge=ours
/.github/** merge=ours
87 changes: 0 additions & 87 deletions .github/ISSUE_TEMPLATE/package_bug.yml

This file was deleted.

15 changes: 9 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Specify library name and version: **lib/1.0**
- _List changes here_
-

<!-- This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks! -->
#### Fulfills JIRA issue [EXAMPLE-1](https://datalogics-jira.atlassian.net/browse/EXAMPLE-1)

#### Checklist for approving this pull request

---
(**PR Author:** amend this with more conditions if necessary)\
(**PR Reviewer:** ensure all following items are fulfilled before merging)

- [ ] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md).
- [ ] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6).
- [ ] I've tried at least one configuration locally with the [conan-center hook](https://github.com/conan-io/hooks.git) activated.
- [ ] The **Pull Request Title** has JIRA issue number, a space, and then a short but descriptive summary.
- [ ] **Commit messages** are well formed: [A note about Git commit messages](http://www.tpope.net/node/106)
- [ ] **Automated tests pass**.
49 changes: 0 additions & 49 deletions .github/actions/pr_changed_files/action.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/stale.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/hooks-warnings.yml

This file was deleted.

Loading

0 comments on commit 1a3ae5c

Please sign in to comment.