Skip to content

Commit 718b957

Browse files
added a configuration file to remove unhelpful noise.
1 parent 54649f7 commit 718b957

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.reek.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
detectors:
2+
IrresponsibleModule:
3+
enabled: false
4+
5+
UncommunicativeParameterName:
6+
exclude:
7+
- "Coordinates"
8+
UncommunicativeVariableName:
9+
exclude:
10+
- "Coordinates"
11+
FeatureEnvy:
12+
exclude:
13+
- "Coordinates#=="

0 commit comments

Comments
 (0)