-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_config.yml
56 lines (49 loc) · 1.55 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://pmd.github.io
baseurl: ''
title: PMD
author: PMD
description: PMD is a source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.
keywords: PMD,Java,Salesforce.com Apex,Code Analyzer,Clean Code,Software Development
copyright: 'Copyright © 2024 PMD. All Rights Reserved.'
credits: 'Credits: <a href="https://github.com/swcool/landing-page-theme">Landing Page Theme</a>, based on free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com/">Start Bootstrap</a>.'
exclude:
- .gitignore
- build-docs.sh
- README.md
- vendor
- node_modules
- scripts
- package.json
- package-lock.json
# ----------------------- #
# PMD vars #
# ----------------------- #
pmd:
latestVersion: 7.9.0
latestVersionDate: 27-December-2024
downloads:
- version: 7.8.0
date: 29-November-2024
- version: 7.7.0
date: 25-October-2024
- version: 7.6.0
date: 27-September-2024
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# Build settings
markdown: kramdown
kramdown:
parse_block_html: false
# selectively enable kramdown parsing for block html elements with attribute 'markdown="block"'
# see https://kramdown.gettalong.org/syntax.html
permalink: pretty
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
social:
- title: github
url: https://github.com/pmd/pmd