eiffel-community/eiffel-intelligence

Align Cucumber test methods to Java naming conventions

開放

#326 建立於 2019年8月20日

 (0 則留言) (0 個反應) (0 位負責人)Java (78 個分叉)auto 404
code improvementsgood first issuetest

倉庫指標

星標
 (12 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Description

Right now the functionaltests directory is being ignored by Codacy. Removing this ignore will cause many errors that needs to be adressed. For example method names. Change the method names in our cucumber tests to align with Java standard naming conventions of using camelCase.

Motivation

Aligned with the rest of the source code. + we can include code style check of functional tests in Codacy.

Possible Drawbacks

貢獻者指南