Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thomas Rehm
ARSnova Mobile
Commits
e68fc07d
Commit
e68fc07d
authored
Mar 11, 2013
by
Christoph Thelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added sonar-runner support
parent
5abdb864
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.gitignore
.gitignore
+1
-0
sonar-project.properties
sonar-project.properties
+13
-0
No files found.
.gitignore
View file @
e68fc07d
...
...
@@ -2,6 +2,7 @@
.classpath
.settings/*
target/*
.sonar
# Output files
src/main/webapp/lib/sencha1.1.1/arsnovaCombined.js
...
...
sonar-project.properties
0 → 100644
View file @
e68fc07d
# Required metadata
sonar.projectKey
=
de.thm.arsnova:arsnova-legacy-js-sonar-runner
sonar.projectName
=
arsnova-legacy-js
sonar.projectVersion
=
1.0
# Comma-separated paths to directories with sources (required)
sonar.sources
=
src/main/webapp/app
# Language
sonar.language
=
js
# Encoding of sources files
sonar.sourceEncoding
=
UTF-8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment