This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
adler
/
telegram-use-proper-grammar-please
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
qa: add code quality checker
master
Adler Neves
2 months ago
parent
52d4f47b0f
commit
ab69f012ff
2 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
.drone.yml
+8
-0
sonar-project.properties
+ 9
- 0
.drone.yml
View File
@ -3,6 +3,15 @@ type: exec
name
:
default
steps:
-
name
:
analyze
environment:
SONAR_TOKEN:
from_secret
:
sonar_token
commands:
-
/opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$$SONAR_TOKEN
-
name
:
deploy
commands:
-
make deploy
depends_on:
-
analyze
+ 8
- 0
sonar-project.properties
View File
@ -0,0 +1,8 @@
sonar.projectKey=telegram-spell-checker
sonar.projectName=Telegram Spell Checker bot
sonar.projectVersion=1.0
sonar.sources=propergrammar
sonar.coverage.exclusions=**/*
sonar.sourceEncoding=UTF-8
Write
Preview
Loading…
Cancel
Save