chore: Add SonarLint
This commit is contained in:
parent
12a617955c
commit
930537c825
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ __pycache__
|
|||||||
.molecule
|
.molecule
|
||||||
.cache
|
.cache
|
||||||
.venv
|
.venv
|
||||||
|
.scannerwork
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
|
7
sonar-project.properties
Normal file
7
sonar-project.properties
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
sonar.projectKey=ansible-role-sonarqube
|
||||||
|
sonar.projectVersion=main
|
||||||
|
sonar.projectName=ansible-role-sonarqube
|
||||||
|
|
||||||
|
sonar.language=ansible,yaml
|
||||||
|
sonar.sources=.
|
||||||
|
sonar.host.url=http://10.0.0.27:39000
|
@ -40,7 +40,7 @@
|
|||||||
name: fs.file-max
|
name: fs.file-max
|
||||||
value: "{{ sonarqube_fs_file_max }}"
|
value: "{{ sonarqube_fs_file_max }}"
|
||||||
state: present
|
state: present
|
||||||
reload: yes
|
reload: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: "SONARQUBE | Set up the VM max_map_count"
|
- name: "SONARQUBE | Set up the VM max_map_count"
|
||||||
@ -48,5 +48,5 @@
|
|||||||
name: vm.max_map_count
|
name: vm.max_map_count
|
||||||
value: "{{ sonarqube_vm_max_map_count }}"
|
value: "{{ sonarqube_vm_max_map_count }}"
|
||||||
state: present
|
state: present
|
||||||
reload: yes
|
reload: true
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user