https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: cbe3183883ca1838cc799a6622b7d62d72fecf60 authored by Dmitri Naumov on 01 December 2021, 22:13:04 UTC
[NL] DOF; Rename argument of operator()
Tip revision: cbe3183
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top