Skip to content

Commit ec9dded

Browse files
committed
docs: moved maintainability to the top
1 parent db18540 commit ec9dded

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Coverage Status](https://coveralls.io/repos/github/pseewald/fprettify/badge.svg?branch=master)](https://coveralls.io/github/pseewald/fprettify?branch=master)
55
![PyPI - License](https://img.shields.io/pypi/l/fprettify)
66
![PyPI](https://img.shields.io/pypi/v/fprettify)
7+
[![Code Climate](https://codeclimate.com/github/pseewald/fprettify/badges/gpa.svg)](https://codeclimate.com/github/pseewald/fprettify)
78

89
fprettify is an auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python.
910

@@ -147,5 +148,3 @@ A = [-1, 10, 0, &
147148
## Contributing / Testing
148149

149150
The testing mechanism allows you to easily test fprettify with any Fortran project of your choice. Simply clone or copy your entire project into `fortran_tests/before` and run `python setup.py test`. The directory `fortran_tests/after` contains the test output (reformatted Fortran files). If testing fails, please submit an issue!
150-
151-
[![Code Climate](https://codeclimate.com/github/pseewald/fprettify/badges/gpa.svg)](https://codeclimate.com/github/pseewald/fprettify)

0 commit comments

Comments
 (0)