mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
This is a first step towards enabling DCM for Flame. Though I have tested with all rules, and am working on selecting, assessing, and fixing violations, as a first step, we can merge the infrastructural changes to flame_lint to and GitHub actions. As a proof of concept, I am enabling two rules for which we have no violations. I will followup with enabling more rules, adding discussions for controversial changes, and fixing non-controversial violations.
7 lines
153 B
YAML
7 lines
153 B
YAML
include: package:flame_lint/analysis_options_with_dcm.yaml
|
|
|
|
linter:
|
|
rules:
|
|
always_use_package_imports: false
|
|
prefer_relative_imports: true
|
|
|