Skip to content

Commit

Permalink
lint + sonar + device aqara settings + clean
Browse files Browse the repository at this point in the history
  • Loading branch information
edgd1er committed Oct 29, 2024
1 parent df576c4 commit e37e8d4
Show file tree
Hide file tree
Showing 157 changed files with 69 additions and 24,890 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
9 changes: 8 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
with:
fetch-depth: 0

- name: phplint
uses: michaelw90/PHP-Lint@master
- uses: actions/setup-node@v3
with:
node-version: 16
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand All @@ -44,3 +48,6 @@ jobs:
-Dsonar.projectKey=edgd1er_Abeille
-Dsonar.verbose=true
-Dsonar.exclusions='images/,.git/**,.idea/**,.github/**,.scannerwork/**'
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/*
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
Expand Down Expand Up @@ -64,3 +65,5 @@ AbeilleLQI_MapDataAbeille5.json.lock
.settings/org.eclipse.wst.common.project.facet.core.xml

.DS_Store

resources/archives/
25 changes: 0 additions & 25 deletions .hooks/install_hooks.sh

This file was deleted.

59 changes: 0 additions & 59 deletions .hooks/post-merge

This file was deleted.

30 changes: 0 additions & 30 deletions .hooks/pre-commit

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/Abeille.iml

This file was deleted.

Loading

0 comments on commit e37e8d4

Please sign in to comment.