-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rule/merging_main
* main: (76 commits) docker-compose update for current version [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 1.2.1 prepare 1.2.1 version - CHANGELOG.md update green-code-initiative#63 fix: fixes metadata generation task from SonarSource/sonar-update-center-properties correction typo CHANGELOG.md end of 1.2.0 release : change docker-compose to 1.2.1-SNAPSHOT [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 1.2.0 prepare 1.2.0 version - CHANGELOG.md update prepare 1.2.0 version [ISSUE 177] Rename property in pom (green-code-initiative#177) upgrade CHANGELOG.md [ISSUE 173] correction issue description [ISSUE 161] ➖ Remove unused junit dependency [ISSUE 173] correction of unit tests :( update CHANGELOG update CHANGELOG with recent issues - improve update CHANGELOG with recent issues [ISSUE 173] update description issue (to really describe what the rule does) ... # Conflicts: # python-plugin/src/main/java/fr/greencodeinitiative/python/PythonRuleRepository.java # python-plugin/src/test/java/fr/greencodeinitiative/python/PythonRuleRepositoryTest.java
- Loading branch information
Showing
145 changed files
with
934 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ensure all SH files are checked out with LF line endings (regardless of the | ||
# OS they were checked out on). | ||
*.sh text eol=lf | ||
|
||
# Ensure BAT files will always be checked out with CRLFs (regardless of the | ||
# OS they were checked out on). | ||
*.bat text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
!.gitignore | ||
!.github/**/*.* | ||
# Ignore all files and folders starting with ".", except a few exceptions | ||
.* | ||
!.gitignore | ||
!.gitattributes | ||
!.github/ | ||
|
||
# Ignore generated files | ||
target | ||
*.iml | ||
lib/*.jar | ||
lib | ||
bin | ||
dependency-reduced-pom.xml | ||
dependency-reduced-pom.xml | ||
|
||
# Ignore IDE files | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.