forked from Facsimile/facsimile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.codacy.yml
48 lines (47 loc) · 2.31 KB
/
.codacy.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
#=======================================================================================================================
# Facsimile: A Discrete-Event Simulation Library
# Copyright © 2004-2020, Michael J Allen.
#
# This file is part of Facsimile.
#
# Facsimile is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# Facsimile is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public License along with Facsimile. If not, see
# http://www.gnu.org/licenses/.
#
# The developers welcome all comments, suggestions and offers of assistance. For further information, please visit the
# project home page at:
#
# http://www.facsim.org/
#
# Thank you for your interest in the Facsimile project!
#
# IMPORTANT NOTE: All patches (modifications to existing files and/or the addition of new files) submitted for
# inclusion as part of the official Facsimile code base, must comply with the published Facsimile Coding Standards. If
# your code fails to comply with the standard, then your patches will be rejected. For further information, please
# visit the coding standards at:
#
# http://www.facsim.org/Documentation/CodingStandards/
#=======================================================================================================================
#=======================================================================================================================
# YAML configuration file for facsimile code analysis using Codacy.
#
# For further details on this configuration, refer to:
#
# https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File
#=======================================================================================================================
# Prevent Codacy from examining files that are not currently part of the released product.
---
exclude_paths:
- 'core/**'
- 'facsimile-sfx/**'
- 'facsimile-stat/**'
- 'facsimile-types/**'
- 'macro/**'
- 'parked/**'